#BDD434

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

Shades of Fuego #BDD434

Tints of Fuego #BDD434

Color information

#BDD434 (or 0xBDD434) is unknown color: approx Fuego. HEX triplet: BD, D4 and 34. RGB value is (189,212,52). Sum of RGB (Red+Green+Blue) = 189+212+52=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 52 (20.70% from 255 or 11.48% from 453); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD434 is #422BCB. Grayscale: #BBBBBB. Windows color (decimal): -4336588 or 3462333. OLE color: 3462333.

HSL color Cylindrical-coordinate representation of color #BDD434: hue angle of 68.62º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDD434 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB18921252-
CMYK0.1100.750.17
HSL68.62º65.04%51.76%-
HSV(B)68.62º75.47%83.14%-
XYZ45.1558.1512.09-
YUV186.8851.88129.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.72%
GREEN value IS 212 (83.20% from 255) = 46.80%
BLUE value IS 52 (20.70% from 255) = 11.48%
R=41.72%
G=46.80%
B=11.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal189212520.1100.750.1768.6265.0451.76
HexBDD434B04B11454134
Octal275324641301132110510164
Binary10111101110101001101001011010010111000110001011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD434; }

 p { color: rgb(189,212,52); }

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

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

 a { background-color: rgb(189,212,52); }

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

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

 span { border-color: rgb(189,212,52); }

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