Html Css Color HEX #B0C57E Caper

📋 copy color: '#B0C57E'

red 176 ◦ green 197 ◦ blue 126

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

Shades of Caper #B0C57E

Tints of Caper #B0C57E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.48%

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

R = 35.27%
G = 39.48%
B = 25.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#B0C57E (or 0xB0C57E) is known color: Caper. HEX triplet: B0, C5 and 7E. RGB value is (176,197,126). Sum of RGB (Red+Green+Blue) = 176+197+126=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C57E is #4F3A81. Grayscale: #B6B6B6. Windows color (decimal): -5192322 or 8308144. OLE color: 8308144.

HSL color Cylindrical-coordinate representation of color #B0C57E: hue angle of 77.75º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0C57E is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 176 197 126 -
CMYK 0.11 0 0.36 0.23
HSL 77.75º 0.38% 0.63% -
HSV(B) 77.75º 0.36% 0.77% -
XYZ 41.64 50.67 27.32 -
YUV 182.63 96.04 123.27 -
System Red Green Blue C M Y K H S L
Decimal 176 197 126 0.11 0 0.36 0.23 77.75 0.38 0.63
Hex B0 C5 7E B 0 24 17 4E 26 3F
Octal 260 305 176 13 0 44 27 116 46 77
Binary 10110000 11000101 1111110 1011 0 100100 10111 1001110 100110 111111

Color Harmonies of #B0C57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C57E

Black with #B0C57E

Text Example


Text Example

White with #B0C57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C57E; }

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

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

background-color css

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

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

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

border-color css

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

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

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