Html Css Color HEX #B4CC7C Caper

📋 copy color: '#B4CC7C'

red 180 ◦ green 204 ◦ blue 124

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

Shades of Caper #B4CC7C

Tints of Caper #B4CC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.41%

R = 35.43%
G = 40.16%
B = 24.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#B4CC7C (or 0xB4CC7C) is known color: Caper. HEX triplet: B4, CC and 7C. RGB value is (180,204,124). Sum of RGB (Red+Green+Blue) = 180+204+124=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CC7C is #4B3383. Grayscale: #BCBCBC. Windows color (decimal): -4928388 or 8178868. OLE color: 8178868.

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

Color convert

RGB 180 204 124 -
CMYK 0.12 0 0.39 0.2
HSL 78º 0.44% 0.64% -
HSV(B) 78º 0.39% 0.8% -
XYZ 44.05 54.34 27.24 -
YUV 187.7 92.05 122.5 -
System Red Green Blue C M Y K H S L
Decimal 180 204 124 0.12 0 0.39 0.2 78 0.44 0.64
Hex B4 CC 7C C 0 27 14 4E 2C 40
Octal 264 314 174 14 0 47 24 116 54 100
Binary 10110100 11001100 1111100 1100 0 100111 10100 1001110 101100 1000000

Color Harmonies of #B4CC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CC7C

Black with #B4CC7C

Text Example


Text Example

White with #B4CC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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