Html Css Color HEX #BDCD32 Fuego

📋 copy color: '#BDCD32'

red 189 ◦ green 205 ◦ blue 50

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

Shades of Fuego #BDCD32

Tints of Fuego #BDCD32

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.17%

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

R = 42.57%
G = 46.17%
B = 11.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#BDCD32 (or 0xBDCD32) is known color: Fuego. HEX triplet: BD, CD and 32. RGB value is (189,205,50). Sum of RGB (Red+Green+Blue) = 189+205+50=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCD32 is #4232CD. Grayscale: #B7B7B7. Windows color (decimal): -4338382 or 3329469. OLE color: 3329469.

HSL color Cylindrical-coordinate representation of color #BDCD32: hue angle of 66.19º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDCD32 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 205 50 -
CMYK 0.08 0 0.76 0.20
HSL 66.19º 0.61% 0.5% -
HSV(B) 66.19º 0.76% 0.8% -
XYZ 43.39 54.71 11.29 -
YUV 182.55 53.2 132.6 -
System Red Green Blue C M Y K H S L
Decimal 189 205 50 0.08 0 0.76 0.20 66.19 0.61 0.5
Hex BD CD 32 8 0 4C 14 42 3D 32
Octal 275 315 62 10 0 114 24 102 75 62
Binary 10111101 11001101 110010 1000 0 1001100 10100 1000010 111101 110010

Color Harmonies of #BDCD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD32

Black with #BDCD32

Text Example


Text Example

White with #BDCD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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