Html Css Color HEX #B1D077 Caper

📋 copy color: '#B1D077'

red 177 ◦ green 208 ◦ blue 119

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

Shades of Caper #B1D077

Tints of Caper #B1D077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.61%

R = 35.12%
G = 41.27%
B = 23.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#B1D077 (or 0xB1D077) is known color: Caper. HEX triplet: B1, D0 and 77. RGB value is (177,208,119). Sum of RGB (Red+Green+Blue) = 177+208+119=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D077 is #4E2F88. Grayscale: #BCBCBC. Windows color (decimal): -5123977 or 7852209. OLE color: 7852209.

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

Color convert

RGB 177 208 119 -
CMYK 0.15 0 0.43 0.18
HSL 80.9º 0.49% 0.64% -
HSV(B) 80.9º 0.43% 0.82% -
XYZ 44.02 55.79 25.9 -
YUV 188.59 88.73 119.74 -
System Red Green Blue C M Y K H S L
Decimal 177 208 119 0.15 0 0.43 0.18 80.9 0.49 0.64
Hex B1 D0 77 F 0 2B 12 51 31 40
Octal 261 320 167 17 0 53 22 121 61 100
Binary 10110001 11010000 1110111 1111 0 101011 10010 1010001 110001 1000000

Color Harmonies of #B1D077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D077

Black with #B1D077

Text Example


Text Example

White with #B1D077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D077; }

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

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

background-color css

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

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

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

border-color css

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

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

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