Html Css Color HEX #B1D06E Caper

📋 copy color: '#B1D06E'

red 177 ◦ green 208 ◦ blue 110

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

Shades of Caper #B1D06E

Tints of Caper #B1D06E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.02%

 BLUE value IS 110 (43.36% from 255) = 22.22%

R = 35.76%
G = 42.02%
B = 22.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#B1D06E (or 0xB1D06E) is known color: Caper. HEX triplet: B1, D0 and 6E. RGB value is (177,208,110). Sum of RGB (Red+Green+Blue) = 177+208+110=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D06E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D06E is #4E2F91. Grayscale: #BBBBBB. Windows color (decimal): -5123986 or 7262385. OLE color: 7262385.

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

Color convert

RGB 177 208 110 -
CMYK 0.15 0 0.47 0.18
HSL 78.98º 0.51% 0.62% -
HSV(B) 78.98º 0.47% 0.82% -
XYZ 43.5 55.58 23.19 -
YUV 187.56 84.23 120.47 -
System Red Green Blue C M Y K H S L
Decimal 177 208 110 0.15 0 0.47 0.18 78.98 0.51 0.62
Hex B1 D0 6E F 0 2F 12 4F 33 3E
Octal 261 320 156 17 0 57 22 117 63 76
Binary 10110001 11010000 1101110 1111 0 101111 10010 1001111 110011 111110

Color Harmonies of #B1D06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D06E

Black with #B1D06E

Text Example


Text Example

White with #B1D06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D06E; }

 p { color: rgb(177,208,110); }

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

background-color css

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

 a { background-color: rgb(177,208,110); }

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

border-color css

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

 span { border-color: rgb(177,208,110); }

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