Html Css Color HEX #B1C38B Caper

📋 copy color: '#B1C38B'

red 177 ◦ green 195 ◦ blue 139

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

Shades of Caper #B1C38B

Tints of Caper #B1C38B

RGB

 RED value IS 177 (69.53% from 255) = 34.64%

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

 BLUE value IS 139 (54.69% from 255) = 27.2%

R = 34.64%
G = 38.16%
B = 27.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#B1C38B (or 0xB1C38B) is known color: Caper. HEX triplet: B1, C3 and 8B. RGB value is (177,195,139). Sum of RGB (Red+Green+Blue) = 177+195+139=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C38B is #4E3C74. Grayscale: #B7B7B7. Windows color (decimal): -5127285 or 9159601. OLE color: 9159601.

HSL color Cylindrical-coordinate representation of color #B1C38B: hue angle of 79.29º 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 #B1C38B is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 195 139 -
CMYK 0.09 0 0.29 0.24
HSL 79.29º 0.32% 0.65% -
HSV(B) 79.29º 0.29% 0.76% -
XYZ 42.31 50.24 31.89 -
YUV 183.23 103.04 123.55 -
System Red Green Blue C M Y K H S L
Decimal 177 195 139 0.09 0 0.29 0.24 79.29 0.32 0.65
Hex B1 C3 8B 9 0 1D 18 4F 20 41
Octal 261 303 213 11 0 35 30 117 40 101
Binary 10110001 11000011 10001011 1001 0 11101 11000 1001111 100000 1000001

Color Harmonies of #B1C38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C38B

Black with #B1C38B

Text Example


Text Example

White with #B1C38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C38B; }

 p { color: rgb(177,195,139); }

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

background-color css

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

 a { background-color: rgb(177,195,139); }

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

border-color css

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

 span { border-color: rgb(177,195,139); }

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