Html Css Color HEX #B4CB8A Caper

📋 copy color: '#B4CB8A'

red 180 ◦ green 203 ◦ blue 138

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

Shades of Caper #B4CB8A

Tints of Caper #B4CB8A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.96%

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

R = 34.55%
G = 38.96%
B = 26.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#B4CB8A (or 0xB4CB8A) is known color: Caper. HEX triplet: B4, CB and 8A. RGB value is (180,203,138). Sum of RGB (Red+Green+Blue) = 180+203+138=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CB8A is #4B3475. Grayscale: #BCBCBC. Windows color (decimal): -4928630 or 9096116. OLE color: 9096116.

HSL color Cylindrical-coordinate representation of color #B4CB8A: hue angle of 81.23º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4CB8A is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 203 138 -
CMYK 0.11 0 0.32 0.20
HSL 81.23º 0.38% 0.67% -
HSV(B) 81.23º 0.32% 0.8% -
XYZ 44.77 54.25 32.16 -
YUV 188.71 99.38 121.79 -
System Red Green Blue C M Y K H S L
Decimal 180 203 138 0.11 0 0.32 0.20 81.23 0.38 0.67
Hex B4 CB 8A B 0 20 14 51 26 43
Octal 264 313 212 13 0 40 24 121 46 103
Binary 10110100 11001011 10001010 1011 0 100000 10100 1010001 100110 1000011

Color Harmonies of #B4CB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CB8A

Black with #B4CB8A

Text Example


Text Example

White with #B4CB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CB8A; }

 p { color: rgb(180,203,138); }

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

background-color css

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

 a { background-color: rgb(180,203,138); }

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

border-color css

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

 span { border-color: rgb(180,203,138); }

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