Html Css Color HEX #BDD827 Fuego

📋 copy color: '#BDD827'

red 189 ◦ green 216 ◦ blue 39

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

Shades of Fuego #BDD827

Tints of Fuego #BDD827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.78%

R = 42.57%
G = 48.65%
B = 8.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#BDD827 (or 0xBDD827) is known color: Fuego. HEX triplet: BD, D8 and 27. RGB value is (189,216,39). Sum of RGB (Red+Green+Blue) = 189+216+39=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 39 (15.62% from 255 or 8.78% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD827 is #4227D8. Grayscale: #BCBCBC. Windows color (decimal): -4335577 or 2611389. OLE color: 2611389.

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

Color convert

RGB 189 216 39 -
CMYK 0.12 0 0.82 0.15
HSL 69.15º 0.69% 0.5% -
HSV(B) 69.15º 0.82% 0.85% -
XYZ 45.91 60.08 11.1 -
YUV 187.75 44.05 128.89 -
System Red Green Blue C M Y K H S L
Decimal 189 216 39 0.12 0 0.82 0.15 69.15 0.69 0.5
Hex BD D8 27 C 0 52 F 45 45 32
Octal 275 330 47 14 0 122 17 105 105 62
Binary 10111101 11011000 100111 1100 0 1010010 1111 1000101 1000101 110010

Color Harmonies of #BDD827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD827

Black with #BDD827

Text Example


Text Example

White with #BDD827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD827; }

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

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

background-color css

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

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

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

border-color css

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

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

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