Html Css Color HEX #B0CD77 Caper

📋 copy color: '#B0CD77'

red 176 ◦ green 205 ◦ blue 119

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

Shades of Caper #B0CD77

Tints of Caper #B0CD77

RGB

 RED value IS 176 (69.14% from 255) = 35.2%

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

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

R = 35.2%
G = 41%
B = 23.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#B0CD77 (or 0xB0CD77) is known color: Caper. HEX triplet: B0, CD and 77. RGB value is (176,205,119). Sum of RGB (Red+Green+Blue) = 176+205+119=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CD77 is #4F3288. Grayscale: #BABABA. Windows color (decimal): -5190281 or 7851440. OLE color: 7851440.

HSL color Cylindrical-coordinate representation of color #B0CD77: hue angle of 80.23º 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 #B0CD77 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 205 119 -
CMYK 0.14 0 0.42 0.20
HSL 80.23º 0.46% 0.64% -
HSV(B) 80.23º 0.42% 0.8% -
XYZ 43.07 54.22 25.65 -
YUV 186.53 89.89 120.49 -
System Red Green Blue C M Y K H S L
Decimal 176 205 119 0.14 0 0.42 0.20 80.23 0.46 0.64
Hex B0 CD 77 E 0 2A 14 50 2E 40
Octal 260 315 167 16 0 52 24 120 56 100
Binary 10110000 11001101 1110111 1110 0 101010 10100 1010000 101110 1000000

Color Harmonies of #B0CD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CD77

Black with #B0CD77

Text Example


Text Example

White with #B0CD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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