Html Css Color HEX #BDD036 Fuego

📋 copy color: '#BDD036'

red 189 ◦ green 208 ◦ blue 54

#BDD036
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #BDD036

Tints of Fuego #BDD036

RGB

 RED value IS 189 (74.22% from 255) = 41.91%

 GREEN value IS 208 (81.64% from 255) = 46.12%

 BLUE value IS 54 (21.48% from 255) = 11.97%

R = 41.91%
G = 46.12%
B = 11.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#BDD036 (or 0xBDD036) is known color: Fuego. HEX triplet: BD, D0 and 36. RGB value is (189,208,54). Sum of RGB (Red+Green+Blue) = 189+208+54=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 54 (21.48% from 255 or 11.97% from 451); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD036 is #422FC9. Grayscale: #B9B9B9. Windows color (decimal): -4337610 or 3592381. OLE color: 3592381.

HSL color Cylindrical-coordinate representation of color #BDD036: hue angle of 67.4º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDD036 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 54 -
CMYK 0.09 0 0.74 0.18
HSL 67.4º 0.62% 0.51% -
HSV(B) 67.4º 0.74% 0.82% -
XYZ 44.21 56.2 12.01 -
YUV 184.76 54.21 131.02 -
System Red Green Blue C M Y K H S L
Decimal 189 208 54 0.09 0 0.74 0.18 67.4 0.62 0.51
Hex BD D0 36 9 0 4A 12 43 3E 33
Octal 275 320 66 11 0 112 22 103 76 63
Binary 10111101 11010000 110110 1001 0 1001010 10010 1000011 111110 110011

Color Harmonies of #BDD036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD036

Black with #BDD036

Text Example


Text Example

White with #BDD036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD036; }

 p { color: rgb(189,208,54); }

 H1.HeaderClassName
 {
   color: #BDD036;
 }
 .AnyTagClassName
 {
   color: #BDD036;
 }
</style>

background-color css

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

 a { background-color: rgb(189,208,54); }

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

border-color css

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

 span { border-color: rgb(189,208,54); }

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