Html Css Color HEX #B1D270 Caper

📋 copy color: '#B1D270'

red 177 ◦ green 210 ◦ blue 112

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

Shades of Caper #B1D270

Tints of Caper #B1D270

RGB

 RED value IS 177 (69.53% from 255) = 35.47%

 GREEN value IS 210 (82.42% from 255) = 42.08%

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

R = 35.47%
G = 42.08%
B = 22.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#B1D270 (or 0xB1D270) is known color: Caper. HEX triplet: B1, D2 and 70. RGB value is (177,210,112). Sum of RGB (Red+Green+Blue) = 177+210+112=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D270 is #4E2D8F. Grayscale: #BDBDBD. Windows color (decimal): -5123472 or 7393969. OLE color: 7393969.

HSL color Cylindrical-coordinate representation of color #B1D270: hue angle of 80.2º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B1D270 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 210 112 -
CMYK 0.16 0 0.47 0.18
HSL 80.2º 0.52% 0.63% -
HSV(B) 80.2º 0.47% 0.82% -
XYZ 44.1 56.61 23.93 -
YUV 188.96 84.57 119.47 -
System Red Green Blue C M Y K H S L
Decimal 177 210 112 0.16 0 0.47 0.18 80.2 0.52 0.63
Hex B1 D2 70 10 0 2F 12 50 34 3F
Octal 261 322 160 20 0 57 22 120 64 77
Binary 10110001 11010010 1110000 10000 0 101111 10010 1010000 110100 111111

Color Harmonies of #B1D270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D270

Black with #B1D270

Text Example


Text Example

White with #B1D270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D270; }

 p { color: rgb(177,210,112); }

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

background-color css

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

 a { background-color: rgb(177,210,112); }

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

border-color css

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

 span { border-color: rgb(177,210,112); }

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