Html Css Color HEX #BDD824 Fuego

📋 copy color: '#BDD824'

red 189 ◦ green 216 ◦ blue 36

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

Shades of Fuego #BDD824

Tints of Fuego #BDD824

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.98%

 BLUE value IS 36 (14.45% from 255) = 8.16%

R = 42.86%
G = 48.98%
B = 8.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#BDD824 (or 0xBDD824) is known color: Fuego. HEX triplet: BD, D8 and 24. RGB value is (189,216,36). Sum of RGB (Red+Green+Blue) = 189+216+36=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 36 (14.45% from 255 or 8.16% from 441); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD824 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD824 is #4227DB. Grayscale: #BCBCBC. Windows color (decimal): -4335580 or 2414781. OLE color: 2414781.

HSL color Cylindrical-coordinate representation of color #BDD824: hue angle of 69º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDD824 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 36 -
CMYK 0.12 0 0.83 0.15
HSL 69º 0.71% 0.49% -
HSV(B) 69º 0.83% 0.85% -
XYZ 45.86 60.06 10.84 -
YUV 187.41 42.55 129.14 -
System Red Green Blue C M Y K H S L
Decimal 189 216 36 0.12 0 0.83 0.15 69 0.71 0.49
Hex BD D8 24 C 0 53 F 45 47 31
Octal 275 330 44 14 0 123 17 105 107 61
Binary 10111101 11011000 100100 1100 0 1010011 1111 1000101 1000111 110001

Color Harmonies of #BDD824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD824

Black with #BDD824

Text Example


Text Example

White with #BDD824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD824; }

 p { color: rgb(189,216,36); }

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

background-color css

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

 a { background-color: rgb(189,216,36); }

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

border-color css

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

 span { border-color: rgb(189,216,36); }

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