Html Css Color HEX #B0C08A Caper

📋 copy color: '#B0C08A'

red 176 ◦ green 192 ◦ blue 138

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

Shades of Caper #B0C08A

Tints of Caper #B0C08A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.94%

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

R = 34.78%
G = 37.94%
B = 27.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#B0C08A (or 0xB0C08A) is known color: Caper. HEX triplet: B0, C0 and 8A. RGB value is (176,192,138). Sum of RGB (Red+Green+Blue) = 176+192+138=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C08A is #4F3F75. Grayscale: #B5B5B5. Windows color (decimal): -5193590 or 9093296. OLE color: 9093296.

HSL color Cylindrical-coordinate representation of color #B0C08A: hue angle of 77.78º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0C08A is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 192 138 -
CMYK 0.08 0 0.28 0.25
HSL 77.78º 0.3% 0.65% -
HSV(B) 77.78º 0.28% 0.75% -
XYZ 41.34 48.76 31.28 -
YUV 181.06 103.7 124.39 -
System Red Green Blue C M Y K H S L
Decimal 176 192 138 0.08 0 0.28 0.25 77.78 0.3 0.65
Hex B0 C0 8A 8 0 1C 19 4E 1E 41
Octal 260 300 212 10 0 34 31 116 36 101
Binary 10110000 11000000 10001010 1000 0 11100 11001 1001110 11110 1000001

Color Harmonies of #B0C08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C08A

Black with #B0C08A

Text Example


Text Example

White with #B0C08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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