Html Css Color HEX #B1CA78 Caper

📋 copy color: '#B1CA78'

red 177 ◦ green 202 ◦ blue 120

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

Shades of Caper #B1CA78

Tints of Caper #B1CA78

RGB

 RED value IS 177 (69.53% from 255) = 35.47%

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

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

R = 35.47%
G = 40.48%
B = 24.05%

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

#B1CA78 (or 0xB1CA78) is known color: Caper. HEX triplet: B1, CA and 78. RGB value is (177,202,120). Sum of RGB (Red+Green+Blue) = 177+202+120=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CA78 is #4E3587. Grayscale: #B9B9B9. Windows color (decimal): -5125512 or 7916209. OLE color: 7916209.

HSL color Cylindrical-coordinate representation of color #B1CA78: hue angle of 78.29º 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 #B1CA78 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 202 120 -
CMYK 0.12 0 0.41 0.21
HSL 78.29º 0.44% 0.63% -
HSV(B) 78.29º 0.41% 0.79% -
XYZ 42.64 52.94 25.74 -
YUV 185.18 91.22 122.17 -
System Red Green Blue C M Y K H S L
Decimal 177 202 120 0.12 0 0.41 0.21 78.29 0.44 0.63
Hex B1 CA 78 C 0 29 15 4E 2C 3F
Octal 261 312 170 14 0 51 25 116 54 77
Binary 10110001 11001010 1111000 1100 0 101001 10101 1001110 101100 111111

Color Harmonies of #B1CA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CA78

Black with #B1CA78

Text Example


Text Example

White with #B1CA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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