Html Css Color HEX #B2BB7D Caper

📋 copy color: '#B2BB7D'

red 178 ◦ green 187 ◦ blue 125

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

Shades of Caper #B2BB7D

Tints of Caper #B2BB7D

RGB

 RED value IS 178 (69.92% from 255) = 36.33%

 GREEN value IS 187 (73.44% from 255) = 38.16%

 BLUE value IS 125 (49.22% from 255) = 25.51%

R = 36.33%
G = 38.16%
B = 25.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B2BB7D (or 0xB2BB7D) is known color: Caper. HEX triplet: B2, BB and 7D. RGB value is (178,187,125). Sum of RGB (Red+Green+Blue) = 178+187+125=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BB7D is #4D4482. Grayscale: #B1B1B1. Windows color (decimal): -5063811 or 8240050. OLE color: 8240050.

HSL color Cylindrical-coordinate representation of color #B2BB7D: hue angle of 68.71º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2BB7D is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 187 125 -
CMYK 0.05 0 0.33 0.27
HSL 68.71º 0.31% 0.61% -
HSV(B) 68.71º 0.33% 0.73% -
XYZ 39.83 46.49 26.28 -
YUV 177.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 178 187 125 0.05 0 0.33 0.27 68.71 0.31 0.61
Hex B2 BB 7D 5 0 21 1B 45 1F 3D
Octal 262 273 175 5 0 41 33 105 37 75
Binary 10110010 10111011 1111101 101 0 100001 11011 1000101 11111 111101

Color Harmonies of #B2BB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BB7D

Black with #B2BB7D

Text Example


Text Example

White with #B2BB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BB7D; }

 p { color: rgb(178,187,125); }

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

background-color css

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

 a { background-color: rgb(178,187,125); }

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

border-color css

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

 span { border-color: rgb(178,187,125); }

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