Html Css Color HEX #B0C77E Caper

📋 copy color: '#B0C77E'

red 176 ◦ green 199 ◦ blue 126

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

Shades of Caper #B0C77E

Tints of Caper #B0C77E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.72%

 BLUE value IS 126 (49.61% from 255) = 25.15%

R = 35.13%
G = 39.72%
B = 25.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#B0C77E (or 0xB0C77E) is known color: Caper. HEX triplet: B0, C7 and 7E. RGB value is (176,199,126). Sum of RGB (Red+Green+Blue) = 176+199+126=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C77E is #4F3881. Grayscale: #B8B8B8. Windows color (decimal): -5191810 or 8308656. OLE color: 8308656.

HSL color Cylindrical-coordinate representation of color #B0C77E: hue angle of 78.9º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0C77E is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 199 126 -
CMYK 0.12 0 0.37 0.22
HSL 78.9º 0.39% 0.64% -
HSV(B) 78.9º 0.37% 0.78% -
XYZ 42.09 51.58 27.48 -
YUV 183.8 95.38 122.44 -
System Red Green Blue C M Y K H S L
Decimal 176 199 126 0.12 0 0.37 0.22 78.9 0.39 0.64
Hex B0 C7 7E C 0 25 16 4F 27 40
Octal 260 307 176 14 0 45 26 117 47 100
Binary 10110000 11000111 1111110 1100 0 100101 10110 1001111 100111 1000000

Color Harmonies of #B0C77E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C77E

Black with #B0C77E

Text Example


Text Example

White with #B0C77E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C77E; }

 p { color: rgb(176,199,126); }

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

background-color css

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

 a { background-color: rgb(176,199,126); }

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

border-color css

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

 span { border-color: rgb(176,199,126); }

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