Html Css Color HEX #B0C88A Caper

📋 copy color: '#B0C88A'

red 176 ◦ green 200 ◦ blue 138

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

Shades of Caper #B0C88A

Tints of Caper #B0C88A

RGB

 RED value IS 176 (69.14% from 255) = 34.24%

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

 BLUE value IS 138 (54.3% from 255) = 26.85%

R = 34.24%
G = 38.91%
B = 26.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#B0C88A (or 0xB0C88A) is known color: Caper. HEX triplet: B0, C8 and 8A. RGB value is (176,200,138). Sum of RGB (Red+Green+Blue) = 176+200+138=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C88A is #4F3775. Grayscale: #B9B9B9. Windows color (decimal): -5191542 or 9095344. OLE color: 9095344.

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

Color convert

RGB 176 200 138 -
CMYK 0.12 0 0.31 0.22
HSL 83.23º 0.36% 0.66% -
HSV(B) 83.23º 0.31% 0.78% -
XYZ 43.15 52.37 31.88 -
YUV 185.76 101.05 121.04 -
System Red Green Blue C M Y K H S L
Decimal 176 200 138 0.12 0 0.31 0.22 83.23 0.36 0.66
Hex B0 C8 8A C 0 1F 16 53 24 42
Octal 260 310 212 14 0 37 26 123 44 102
Binary 10110000 11001000 10001010 1100 0 11111 10110 1010011 100100 1000010

Color Harmonies of #B0C88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C88A

Black with #B0C88A

Text Example


Text Example

White with #B0C88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C88A; }

 p { color: rgb(176,200,138); }

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

background-color css

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

 a { background-color: rgb(176,200,138); }

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

border-color css

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

 span { border-color: rgb(176,200,138); }

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