Html Css Color HEX #B0D570 Caper

📋 copy color: '#B0D570'

red 176 ◦ green 213 ◦ blue 112

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

Shades of Caper #B0D570

Tints of Caper #B0D570

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.51%

 BLUE value IS 112 (44.14% from 255) = 22.36%

R = 35.13%
G = 42.51%
B = 22.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#B0D570 (or 0xB0D570) is known color: Caper. HEX triplet: B0, D5 and 70. RGB value is (176,213,112). Sum of RGB (Red+Green+Blue) = 176+213+112=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D570 is #4F2A8F. Grayscale: #BEBEBE. Windows color (decimal): -5188240 or 7394736. OLE color: 7394736.

HSL color Cylindrical-coordinate representation of color #B0D570: hue angle of 81.98º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0D570 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 213 112 -
CMYK 0.17 0 0.47 0.16
HSL 81.98º 0.55% 0.64% -
HSV(B) 81.98º 0.47% 0.84% -
XYZ 44.62 57.99 24.17 -
YUV 190.42 83.74 117.71 -
System Red Green Blue C M Y K H S L
Decimal 176 213 112 0.17 0 0.47 0.16 81.98 0.55 0.64
Hex B0 D5 70 11 0 2F 10 52 37 40
Octal 260 325 160 21 0 57 20 122 67 100
Binary 10110000 11010101 1110000 10001 0 101111 10000 1010010 110111 1000000

Color Harmonies of #B0D570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D570

Black with #B0D570

Text Example


Text Example

White with #B0D570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D570; }

 p { color: rgb(176,213,112); }

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

background-color css

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

 a { background-color: rgb(176,213,112); }

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

border-color css

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

 span { border-color: rgb(176,213,112); }

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