#BDDA33

Color #BDDA33 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #BDDA33

Tints of Fuego #BDDA33

Color information

#BDDA33 (or 0xBDDA33) is unknown color: approx Fuego. HEX triplet: BD, DA and 33. RGB value is (189,218,51). Sum of RGB (Red+Green+Blue) = 189+218+51=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 51 (20.31% from 255 or 11.14% from 458); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDA33 is #4225CC. Grayscale: #BEBEBE. Windows color (decimal): -4335053 or 3398333. OLE color: 3398333.

HSL color Cylindrical-coordinate representation of color #BDDA33: hue angle of 70.42º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDDA33 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB18921851-
CMYK0.1300.770.15
HSL70.42º69.29%52.75%-
HSV(B)70.42º76.61%85.49%-
XYZ46.6661.212.49-
YUV190.2949.39127.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 41.27%
GREEN value IS 218 (85.55% from 255) = 47.60%
BLUE value IS 51 (20.31% from 255) = 11.14%
R=41.27%
G=47.60%
B=11.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal189218510.1300.770.1570.4269.2952.75
HexBDDA33D04DF464535
Octal275332631501151710610565
Binary1011110111011010110011110101001101111110001101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDA33; }

 p { color: rgb(189,218,51); }

 H1.HeaderClassName
 {
   color: #BDDA33;
 }
 .AnyTagClassName
 {
   color: #BDDA33;
 }
</style>
background-color css

<style>
 a { background-color: #BDDA33; }

 a { background-color: rgb(189,218,51); }

 div.DivClassName
 {
   background-color: #BDDA33;
 }
 .BgClassName
 {
   background-color: #BDDA33;
 }
</style>
border-color css

<style>
 span { border-color: #BDDA33; }

 span { border-color: rgb(189,218,51); }

 td.TdClassName
 {
   border-color: #BDDA33;
 }
 .TagClassName
 {
   border-color: #BDDA33;
 }
</style>