Html Css Color HEX #B4C981 Caper

📋 copy color: '#B4C981'

red 180 ◦ green 201 ◦ blue 129

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

Shades of Caper #B4C981

Tints of Caper #B4C981

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.41%

 BLUE value IS 129 (50.78% from 255) = 25.29%

R = 35.29%
G = 39.41%
B = 25.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#B4C981 (or 0xB4C981) is known color: Caper. HEX triplet: B4, C9 and 81. RGB value is (180,201,129). Sum of RGB (Red+Green+Blue) = 180+201+129=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 201 - color contains mainly: green. Hex color #B4C981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C981 is #4B367E. Grayscale: #BABABA. Windows color (decimal): -4929151 or 8505780. OLE color: 8505780.

HSL color Cylindrical-coordinate representation of color #B4C981: hue angle of 77.5º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B4C981 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 201 129 -
CMYK 0.10 0 0.36 0.21
HSL 77.5º 0.4% 0.65% -
HSV(B) 77.5º 0.36% 0.79% -
XYZ 43.67 53.06 28.71 -
YUV 186.51 95.54 123.35 -
System Red Green Blue C M Y K H S L
Decimal 180 201 129 0.10 0 0.36 0.21 77.5 0.4 0.65
Hex B4 C9 81 A 0 24 15 4E 28 41
Octal 264 311 201 12 0 44 25 116 50 101
Binary 10110100 11001001 10000001 1010 0 100100 10101 1001110 101000 1000001

Color Harmonies of #B4C981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C981

Black with #B4C981

Text Example


Text Example

White with #B4C981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C981; }

 p { color: rgb(180,201,129); }

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

background-color css

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

 a { background-color: rgb(180,201,129); }

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

border-color css

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

 span { border-color: rgb(180,201,129); }

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