Html Css Color HEX #B0C38A Caper

📋 copy color: '#B0C38A'

red 176 ◦ green 195 ◦ blue 138

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

Shades of Caper #B0C38A

Tints of Caper #B0C38A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.31%

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

R = 34.58%
G = 38.31%
B = 27.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#B0C38A (or 0xB0C38A) is known color: Caper. HEX triplet: B0, C3 and 8A. RGB value is (176,195,138). Sum of RGB (Red+Green+Blue) = 176+195+138=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C38A is #4F3C75. Grayscale: #B7B7B7. Windows color (decimal): -5192822 or 9094064. OLE color: 9094064.

HSL color Cylindrical-coordinate representation of color #B0C38A: hue angle of 80º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0C38A is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 195 138 -
CMYK 0.10 0 0.29 0.24
HSL 80º 0.32% 0.65% -
HSV(B) 80º 0.29% 0.76% -
XYZ 42.01 50.1 31.5 -
YUV 182.82 102.71 123.13 -
System Red Green Blue C M Y K H S L
Decimal 176 195 138 0.10 0 0.29 0.24 80 0.32 0.65
Hex B0 C3 8A A 0 1D 18 50 20 41
Octal 260 303 212 12 0 35 30 120 40 101
Binary 10110000 11000011 10001010 1010 0 11101 11000 1010000 100000 1000001

Color Harmonies of #B0C38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C38A

Black with #B0C38A

Text Example


Text Example

White with #B0C38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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