Html Css Color HEX #B2CF78 Caper

📋 copy color: '#B2CF78'

red 178 ◦ green 207 ◦ blue 120

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

Shades of Caper #B2CF78

Tints of Caper #B2CF78

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.99%

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

R = 35.25%
G = 40.99%
B = 23.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#B2CF78 (or 0xB2CF78) is known color: Caper. HEX triplet: B2, CF and 78. RGB value is (178,207,120). Sum of RGB (Red+Green+Blue) = 178+207+120=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CF78 is #4D3087. Grayscale: #BCBCBC. Windows color (decimal): -5058696 or 7917490. OLE color: 7917490.

HSL color Cylindrical-coordinate representation of color #B2CF78: hue angle of 80º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2CF78 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 207 120 -
CMYK 0.14 0 0.42 0.19
HSL 80º 0.48% 0.64% -
HSV(B) 80º 0.42% 0.81% -
XYZ 44.06 55.45 26.15 -
YUV 188.41 89.39 120.57 -
System Red Green Blue C M Y K H S L
Decimal 178 207 120 0.14 0 0.42 0.19 80 0.48 0.64
Hex B2 CF 78 E 0 2A 13 50 30 40
Octal 262 317 170 16 0 52 23 120 60 100
Binary 10110010 11001111 1111000 1110 0 101010 10011 1010000 110000 1000000

Color Harmonies of #B2CF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CF78

Black with #B2CF78

Text Example


Text Example

White with #B2CF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CF78; }

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

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

background-color css

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

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

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

border-color css

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

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

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