Html Css Color HEX #B8C38C Caper

📋 copy color: '#B8C38C'

red 184 ◦ green 195 ◦ blue 140

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

Shades of Caper #B8C38C

Tints of Caper #B8C38C

RGB

 RED value IS 184 (72.27% from 255) = 35.45%

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

 BLUE value IS 140 (55.08% from 255) = 26.97%

R = 35.45%
G = 37.57%
B = 26.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#B8C38C (or 0xB8C38C) is known color: Caper. HEX triplet: B8, C3 and 8C. RGB value is (184,195,140). Sum of RGB (Red+Green+Blue) = 184+195+140=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C38C is #473C73. Grayscale: #B9B9B9. Windows color (decimal): -4668532 or 9225144. OLE color: 9225144.

HSL color Cylindrical-coordinate representation of color #B8C38C: hue angle of 72º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8C38C is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 195 140 -
CMYK 0.06 0 0.28 0.24
HSL 72º 0.31% 0.66% -
HSV(B) 72º 0.28% 0.76% -
XYZ 44.02 51.11 32.36 -
YUV 185.44 102.36 126.97 -
System Red Green Blue C M Y K H S L
Decimal 184 195 140 0.06 0 0.28 0.24 72 0.31 0.66
Hex B8 C3 8C 6 0 1C 18 48 1F 42
Octal 270 303 214 6 0 34 30 110 37 102
Binary 10111000 11000011 10001100 110 0 11100 11000 1001000 11111 1000010

Color Harmonies of #B8C38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C38C

Black with #B8C38C

Text Example


Text Example

White with #B8C38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C38C; }

 p { color: rgb(184,195,140); }

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

background-color css

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

 a { background-color: rgb(184,195,140); }

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

border-color css

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

 span { border-color: rgb(184,195,140); }

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