Html Css Color HEX #B2CF77 Caper

📋 copy color: '#B2CF77'

red 178 ◦ green 207 ◦ blue 119

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

Shades of Caper #B2CF77

Tints of Caper #B2CF77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.61%

R = 35.32%
G = 41.07%
B = 23.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#B2CF77 (or 0xB2CF77) is known color: Caper. HEX triplet: B2, CF and 77. RGB value is (178,207,119). Sum of RGB (Red+Green+Blue) = 178+207+119=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CF77 is #4D3088. Grayscale: #BCBCBC. Windows color (decimal): -5058697 or 7851954. OLE color: 7851954.

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

Color convert

RGB 178 207 119 -
CMYK 0.14 0 0.43 0.19
HSL 79.77º 0.48% 0.64% -
HSV(B) 79.77º 0.43% 0.81% -
XYZ 44 55.42 25.83 -
YUV 188.3 88.89 120.66 -
System Red Green Blue C M Y K H S L
Decimal 178 207 119 0.14 0 0.43 0.19 79.77 0.48 0.64
Hex B2 CF 77 E 0 2B 13 50 30 40
Octal 262 317 167 16 0 53 23 120 60 100
Binary 10110010 11001111 1110111 1110 0 101011 10011 1010000 110000 1000000

Color Harmonies of #B2CF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CF77

Black with #B2CF77

Text Example


Text Example

White with #B2CF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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