Html Css Color HEX #B5CD32 Fuego

📋 copy color: '#B5CD32'

red 181 ◦ green 205 ◦ blue 50

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

Shades of Fuego #B5CD32

Tints of Fuego #B5CD32

RGB

 RED value IS 181 (71.09% from 255) = 41.51%

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

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

R = 41.51%
G = 47.02%
B = 11.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#B5CD32 (or 0xB5CD32) is known color: Fuego. HEX triplet: B5, CD and 32. RGB value is (181,205,50). Sum of RGB (Red+Green+Blue) = 181+205+50=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CD32 is #4A32CD. Grayscale: #B4B4B4. Windows color (decimal): -4862670 or 3329461. OLE color: 3329461.

HSL color Cylindrical-coordinate representation of color #B5CD32: hue angle of 69.29º 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 #B5CD32 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 205 50 -
CMYK 0.12 0 0.76 0.20
HSL 69.29º 0.61% 0.5% -
HSV(B) 69.29º 0.76% 0.8% -
XYZ 41.46 53.72 11.2 -
YUV 180.15 54.55 128.6 -
System Red Green Blue C M Y K H S L
Decimal 181 205 50 0.12 0 0.76 0.20 69.29 0.61 0.5
Hex B5 CD 32 C 0 4C 14 45 3D 32
Octal 265 315 62 14 0 114 24 105 75 62
Binary 10110101 11001101 110010 1100 0 1001100 10100 1000101 111101 110010

Color Harmonies of #B5CD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CD32

Black with #B5CD32

Text Example


Text Example

White with #B5CD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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