Html Css Color HEX #B0D37C Caper

📋 copy color: '#B0D37C'

red 176 ◦ green 211 ◦ blue 124

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

Shades of Caper #B0D37C

Tints of Caper #B0D37C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.29%

 BLUE value IS 124 (48.83% from 255) = 24.27%

R = 34.44%
G = 41.29%
B = 24.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#B0D37C (or 0xB0D37C) is known color: Caper. HEX triplet: B0, D3 and 7C. RGB value is (176,211,124). Sum of RGB (Red+Green+Blue) = 176+211+124=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D37C is #4F2C83. Grayscale: #BEBEBE. Windows color (decimal): -5188740 or 8180656. OLE color: 8180656.

HSL color Cylindrical-coordinate representation of color #B0D37C: hue angle of 84.14º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0D37C is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 211 124 -
CMYK 0.17 0 0.41 0.17
HSL 84.14º 0.5% 0.66% -
HSV(B) 84.14º 0.41% 0.83% -
XYZ 44.84 57.27 27.76 -
YUV 190.62 90.4 117.57 -
System Red Green Blue C M Y K H S L
Decimal 176 211 124 0.17 0 0.41 0.17 84.14 0.5 0.66
Hex B0 D3 7C 11 0 29 11 54 32 42
Octal 260 323 174 21 0 51 21 124 62 102
Binary 10110000 11010011 1111100 10001 0 101001 10001 1010100 110010 1000010

Color Harmonies of #B0D37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D37C

Black with #B0D37C

Text Example


Text Example

White with #B0D37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D37C; }

 p { color: rgb(176,211,124); }

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

background-color css

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

 a { background-color: rgb(176,211,124); }

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

border-color css

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

 span { border-color: rgb(176,211,124); }

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