Html Css Color HEX #B4C38E Caper

📋 copy color: '#B4C38E'

red 180 ◦ green 195 ◦ blue 142

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

Shades of Caper #B4C38E

Tints of Caper #B4C38E

RGB

 RED value IS 180 (70.7% from 255) = 34.82%

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

 BLUE value IS 142 (55.86% from 255) = 27.47%

R = 34.82%
G = 37.72%
B = 27.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#B4C38E (or 0xB4C38E) is known color: Caper. HEX triplet: B4, C3 and 8E. RGB value is (180,195,142). Sum of RGB (Red+Green+Blue) = 180+195+142=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C38E is #4B3C71. Grayscale: #B8B8B8. Windows color (decimal): -4930674 or 9356212. OLE color: 9356212.

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

Color convert

RGB 180 195 142 -
CMYK 0.08 0 0.27 0.24
HSL 76.98º 0.31% 0.66% -
HSV(B) 76.98º 0.27% 0.76% -
XYZ 43.22 50.69 33.1 -
YUV 184.47 104.03 124.81 -
System Red Green Blue C M Y K H S L
Decimal 180 195 142 0.08 0 0.27 0.24 76.98 0.31 0.66
Hex B4 C3 8E 8 0 1B 18 4D 1F 42
Octal 264 303 216 10 0 33 30 115 37 102
Binary 10110100 11000011 10001110 1000 0 11011 11000 1001101 11111 1000010

Color Harmonies of #B4C38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C38E

Black with #B4C38E

Text Example


Text Example

White with #B4C38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C38E; }

 p { color: rgb(180,195,142); }

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

background-color css

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

 a { background-color: rgb(180,195,142); }

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

border-color css

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

 span { border-color: rgb(180,195,142); }

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