Html Css Color HEX #B4CC76 Caper

📋 copy color: '#B4CC76'

red 180 ◦ green 204 ◦ blue 118

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

Shades of Caper #B4CC76

Tints of Caper #B4CC76

RGB

 RED value IS 180 (70.7% from 255) = 35.86%

 GREEN value IS 204 (80.08% from 255) = 40.64%

 BLUE value IS 118 (46.48% from 255) = 23.51%

R = 35.86%
G = 40.64%
B = 23.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#B4CC76 (or 0xB4CC76) is known color: Caper. HEX triplet: B4, CC and 76. RGB value is (180,204,118). Sum of RGB (Red+Green+Blue) = 180+204+118=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CC76 is #4B3389. Grayscale: #BBBBBB. Windows color (decimal): -4928394 or 7785652. OLE color: 7785652.

HSL color Cylindrical-coordinate representation of color #B4CC76: hue angle of 76.74º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4CC76 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 204 118 -
CMYK 0.12 0 0.42 0.2
HSL 76.74º 0.46% 0.63% -
HSV(B) 76.74º 0.42% 0.8% -
XYZ 43.69 54.2 25.3 -
YUV 187.02 89.05 122.99 -
System Red Green Blue C M Y K H S L
Decimal 180 204 118 0.12 0 0.42 0.2 76.74 0.46 0.63
Hex B4 CC 76 C 0 2A 14 4D 2E 3F
Octal 264 314 166 14 0 52 24 115 56 77
Binary 10110100 11001100 1110110 1100 0 101010 10100 1001101 101110 111111

Color Harmonies of #B4CC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CC76

Black with #B4CC76

Text Example


Text Example

White with #B4CC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CC76; }

 p { color: rgb(180,204,118); }

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

background-color css

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

 a { background-color: rgb(180,204,118); }

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

border-color css

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

 span { border-color: rgb(180,204,118); }

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