Html Css Color HEX #B2BF73 Caper

📋 copy color: '#B2BF73'

red 178 ◦ green 191 ◦ blue 115

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

Shades of Caper #B2BF73

Tints of Caper #B2BF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.76%

R = 36.78%
G = 39.46%
B = 23.76%

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

#B2BF73 (or 0xB2BF73) is known color: Caper. HEX triplet: B2, BF and 73. RGB value is (178,191,115). Sum of RGB (Red+Green+Blue) = 178+191+115=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BF73 is #4D408C. Grayscale: #B2B2B2. Windows color (decimal): -5062797 or 7585714. OLE color: 7585714.

HSL color Cylindrical-coordinate representation of color #B2BF73: hue angle of 70.26º degrees, saturation: 0.37, 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 #B2BF73 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 191 115 -
CMYK 0.07 0 0.40 0.25
HSL 70.26º 0.37% 0.6% -
HSV(B) 70.26º 0.4% 0.75% -
XYZ 40.09 47.96 23.36 -
YUV 178.45 92.19 127.68 -
System Red Green Blue C M Y K H S L
Decimal 178 191 115 0.07 0 0.40 0.25 70.26 0.37 0.6
Hex B2 BF 73 7 0 28 19 46 25 3C
Octal 262 277 163 7 0 50 31 106 45 74
Binary 10110010 10111111 1110011 111 0 101000 11001 1000110 100101 111100

Color Harmonies of #B2BF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF73

Black with #B2BF73

Text Example


Text Example

White with #B2BF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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