Html Css Color HEX #B9C38A Caper

📋 copy color: '#B9C38A'

red 185 ◦ green 195 ◦ blue 138

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

Shades of Caper #B9C38A

Tints of Caper #B9C38A

RGB

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

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

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

R = 35.71%
G = 37.64%
B = 26.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#B9C38A (or 0xB9C38A) is known color: Caper. HEX triplet: B9, C3 and 8A. RGB value is (185,195,138). Sum of RGB (Red+Green+Blue) = 185+195+138=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C38A is #463C75. Grayscale: #B9B9B9. Windows color (decimal): -4602998 or 9094073. OLE color: 9094073.

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

Color convert

RGB 185 195 138 -
CMYK 0.05 0 0.29 0.24
HSL 70.53º 0.32% 0.65% -
HSV(B) 70.53º 0.29% 0.76% -
XYZ 44.11 51.18 31.6 -
YUV 185.51 101.19 127.63 -
System Red Green Blue C M Y K H S L
Decimal 185 195 138 0.05 0 0.29 0.24 70.53 0.32 0.65
Hex B9 C3 8A 5 0 1D 18 47 20 41
Octal 271 303 212 5 0 35 30 107 40 101
Binary 10111001 11000011 10001010 101 0 11101 11000 1000111 100000 1000001

Color Harmonies of #B9C38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C38A

Black with #B9C38A

Text Example


Text Example

White with #B9C38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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