Html Css Color HEX #BDD81C Fuego

📋 copy color: '#BDD81C'

red 189 ◦ green 216 ◦ blue 28

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

Shades of Fuego #BDD81C

Tints of Fuego #BDD81C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.47%

R = 43.65%
G = 49.88%
B = 6.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#BDD81C (or 0xBDD81C) is known color: Fuego. HEX triplet: BD, D8 and 1C. RGB value is (189,216,28). Sum of RGB (Red+Green+Blue) = 189+216+28=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 28 (11.33% from 255 or 6.47% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD81C is #4227E3. Grayscale: #BBBBBB. Windows color (decimal): -4335588 or 1890493. OLE color: 1890493.

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

Color convert

RGB 189 216 28 -
CMYK 0.12 0 0.87 0.15
HSL 68.62º 0.77% 0.48% -
HSV(B) 68.62º 0.87% 0.85% -
XYZ 45.75 60.01 10.27 -
YUV 186.5 38.55 129.79 -
System Red Green Blue C M Y K H S L
Decimal 189 216 28 0.12 0 0.87 0.15 68.62 0.77 0.48
Hex BD D8 1C C 0 57 F 45 4D 30
Octal 275 330 34 14 0 127 17 105 115 60
Binary 10111101 11011000 11100 1100 0 1010111 1111 1000101 1001101 110000

Color Harmonies of #BDD81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD81C

Black with #BDD81C

Text Example


Text Example

White with #BDD81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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