Html Css Color HEX #B2BF78 Caper

📋 copy color: '#B2BF78'

red 178 ◦ green 191 ◦ blue 120

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

Shades of Caper #B2BF78

Tints of Caper #B2BF78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.54%

R = 36.4%
G = 39.06%
B = 24.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#B2BF78 (or 0xB2BF78) is known color: Caper. HEX triplet: B2, BF and 78. RGB value is (178,191,120). Sum of RGB (Red+Green+Blue) = 178+191+120=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BF78 is #4D4087. Grayscale: #B3B3B3. Windows color (decimal): -5062792 or 7913394. OLE color: 7913394.

HSL color Cylindrical-coordinate representation of color #B2BF78: hue angle of 70.99º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2BF78 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 191 120 -
CMYK 0.07 0 0.37 0.25
HSL 70.99º 0.36% 0.61% -
HSV(B) 70.99º 0.37% 0.75% -
XYZ 40.38 48.08 24.92 -
YUV 179.02 94.69 127.27 -
System Red Green Blue C M Y K H S L
Decimal 178 191 120 0.07 0 0.37 0.25 70.99 0.36 0.61
Hex B2 BF 78 7 0 25 19 47 24 3D
Octal 262 277 170 7 0 45 31 107 44 75
Binary 10110010 10111111 1111000 111 0 100101 11001 1000111 100100 111101

Color Harmonies of #B2BF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF78

Black with #B2BF78

Text Example


Text Example

White with #B2BF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF78; }

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

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

background-color css

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

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

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

border-color css

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

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

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