Html Css Color HEX #B2CA78 Caper

📋 copy color: '#B2CA78'

red 178 ◦ green 202 ◦ blue 120

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

Shades of Caper #B2CA78

Tints of Caper #B2CA78

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.4%

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

R = 35.6%
G = 40.4%
B = 24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#B2CA78 (or 0xB2CA78) is known color: Caper. HEX triplet: B2, CA and 78. RGB value is (178,202,120). Sum of RGB (Red+Green+Blue) = 178+202+120=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA78 is #4D3587. Grayscale: #B9B9B9. Windows color (decimal): -5059976 or 7916210. OLE color: 7916210.

HSL color Cylindrical-coordinate representation of color #B2CA78: hue angle of 77.56º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2CA78 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 202 120 -
CMYK 0.12 0 0.41 0.21
HSL 77.56º 0.44% 0.63% -
HSV(B) 77.56º 0.41% 0.79% -
XYZ 42.87 53.06 25.75 -
YUV 185.48 91.05 122.67 -
System Red Green Blue C M Y K H S L
Decimal 178 202 120 0.12 0 0.41 0.21 77.56 0.44 0.63
Hex B2 CA 78 C 0 29 15 4E 2C 3F
Octal 262 312 170 14 0 51 25 116 54 77
Binary 10110010 11001010 1111000 1100 0 101001 10101 1001110 101100 111111

Color Harmonies of #B2CA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CA78

Black with #B2CA78

Text Example


Text Example

White with #B2CA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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