Html Css Color HEX #B9C880 Caper

📋 copy color: '#B9C880'

red 185 ◦ green 200 ◦ blue 128

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

Shades of Caper #B9C880

Tints of Caper #B9C880

RGB

 RED value IS 185 (72.66% from 255) = 36.06%

 GREEN value IS 200 (78.52% from 255) = 38.99%

 BLUE value IS 128 (50.39% from 255) = 24.95%

R = 36.06%
G = 38.99%
B = 24.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#B9C880 (or 0xB9C880) is known color: Caper. HEX triplet: B9, C8 and 80. RGB value is (185,200,128). Sum of RGB (Red+Green+Blue) = 185+200+128=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C880 is #46377F. Grayscale: #BBBBBB. Windows color (decimal): -4601728 or 8439993. OLE color: 8439993.

HSL color Cylindrical-coordinate representation of color #B9C880: hue angle of 72.5º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9C880 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 200 128 -
CMYK 0.08 0 0.36 0.22
HSL 72.5º 0.4% 0.64% -
HSV(B) 72.5º 0.36% 0.78% -
XYZ 44.56 53.18 28.34 -
YUV 187.31 94.53 126.35 -
System Red Green Blue C M Y K H S L
Decimal 185 200 128 0.08 0 0.36 0.22 72.5 0.4 0.64
Hex B9 C8 80 8 0 24 16 48 28 40
Octal 271 310 200 10 0 44 26 110 50 100
Binary 10111001 11001000 10000000 1000 0 100100 10110 1001000 101000 1000000

Color Harmonies of #B9C880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C880

Black with #B9C880

Text Example


Text Example

White with #B9C880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C880; }

 p { color: rgb(185,200,128); }

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

background-color css

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

 a { background-color: rgb(185,200,128); }

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

border-color css

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

 span { border-color: rgb(185,200,128); }

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