Html Css Color HEX #B2CD77 Caper

📋 copy color: '#B2CD77'

red 178 ◦ green 205 ◦ blue 119

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

Shades of Caper #B2CD77

Tints of Caper #B2CD77

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.84%

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

R = 35.46%
G = 40.84%
B = 23.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#B2CD77 (or 0xB2CD77) is known color: Caper. HEX triplet: B2, CD and 77. RGB value is (178,205,119). Sum of RGB (Red+Green+Blue) = 178+205+119=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CD77 is #4D3288. Grayscale: #BBBBBB. Windows color (decimal): -5059209 or 7851442. OLE color: 7851442.

HSL color Cylindrical-coordinate representation of color #B2CD77: hue angle of 78.84º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2CD77 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 205 119 -
CMYK 0.13 0 0.42 0.20
HSL 78.84º 0.46% 0.64% -
HSV(B) 78.84º 0.42% 0.8% -
XYZ 43.52 54.46 25.67 -
YUV 187.12 89.55 121.49 -
System Red Green Blue C M Y K H S L
Decimal 178 205 119 0.13 0 0.42 0.20 78.84 0.46 0.64
Hex B2 CD 77 D 0 2A 14 4F 2E 40
Octal 262 315 167 15 0 52 24 117 56 100
Binary 10110010 11001101 1110111 1101 0 101010 10100 1001111 101110 1000000

Color Harmonies of #B2CD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CD77

Black with #B2CD77

Text Example


Text Example

White with #B2CD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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