Html Css Color HEX #BDD332 Fuego

📋 copy color: '#BDD332'

red 189 ◦ green 211 ◦ blue 50

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

Shades of Fuego #BDD332

Tints of Fuego #BDD332

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.89%

 BLUE value IS 50 (19.92% from 255) = 11.11%

R = 42%
G = 46.89%
B = 11.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#BDD332 (or 0xBDD332) is known color: Fuego. HEX triplet: BD, D3 and 32. RGB value is (189,211,50). Sum of RGB (Red+Green+Blue) = 189+211+50=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 50 (19.92% from 255 or 11.11% from 450); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD332 is #422CCD. Grayscale: #BABABA. Windows color (decimal): -4336846 or 3331005. OLE color: 3331005.

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

Color convert

RGB 189 211 50 -
CMYK 0.10 0 0.76 0.17
HSL 68.2º 0.65% 0.51% -
HSV(B) 68.2º 0.76% 0.83% -
XYZ 44.86 57.64 11.78 -
YUV 186.07 51.21 130.09 -
System Red Green Blue C M Y K H S L
Decimal 189 211 50 0.10 0 0.76 0.17 68.2 0.65 0.51
Hex BD D3 32 A 0 4C 11 44 41 33
Octal 275 323 62 12 0 114 21 104 101 63
Binary 10111101 11010011 110010 1010 0 1001100 10001 1000100 1000001 110011

Color Harmonies of #BDD332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD332

Black with #BDD332

Text Example


Text Example

White with #BDD332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD332; }

 p { color: rgb(189,211,50); }

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

background-color css

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

 a { background-color: rgb(189,211,50); }

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

border-color css

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

 span { border-color: rgb(189,211,50); }

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