Html Css Color HEX #B2BF72 Caper

📋 copy color: '#B2BF72'

red 178 ◦ green 191 ◦ blue 114

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

Shades of Caper #B2BF72

Tints of Caper #B2BF72

RGB

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

 GREEN value IS 191 (75% from 255) = 39.54%

 BLUE value IS 114 (44.92% from 255) = 23.6%

R = 36.85%
G = 39.54%
B = 23.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#B2BF72 (or 0xB2BF72) is known color: Caper. HEX triplet: B2, BF and 72. RGB value is (178,191,114). Sum of RGB (Red+Green+Blue) = 178+191+114=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BF72 is #4D408D. Grayscale: #B2B2B2. Windows color (decimal): -5062798 or 7520178. OLE color: 7520178.

HSL color Cylindrical-coordinate representation of color #B2BF72: hue angle of 70.13º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2BF72 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 191 114 -
CMYK 0.07 0 0.40 0.25
HSL 70.13º 0.38% 0.6% -
HSV(B) 70.13º 0.4% 0.75% -
XYZ 40.03 47.94 23.06 -
YUV 178.34 91.69 127.76 -
System Red Green Blue C M Y K H S L
Decimal 178 191 114 0.07 0 0.40 0.25 70.13 0.38 0.6
Hex B2 BF 72 7 0 28 19 46 26 3C
Octal 262 277 162 7 0 50 31 106 46 74
Binary 10110010 10111111 1110010 111 0 101000 11001 1000110 100110 111100

Color Harmonies of #B2BF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF72

Black with #B2BF72

Text Example


Text Example

White with #B2BF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF72; }

 p { color: rgb(178,191,114); }

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

background-color css

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

 a { background-color: rgb(178,191,114); }

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

border-color css

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

 span { border-color: rgb(178,191,114); }

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