Html Css Color HEX #B1D075 Caper

📋 copy color: '#B1D075'

red 177 ◦ green 208 ◦ blue 117

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

Shades of Caper #B1D075

Tints of Caper #B1D075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.31%

R = 35.26%
G = 41.43%
B = 23.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#B1D075 (or 0xB1D075) is known color: Caper. HEX triplet: B1, D0 and 75. RGB value is (177,208,117). Sum of RGB (Red+Green+Blue) = 177+208+117=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D075 is #4E2F8A. Grayscale: #BCBCBC. Windows color (decimal): -5123979 or 7721137. OLE color: 7721137.

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

Color convert

RGB 177 208 117 -
CMYK 0.15 0 0.44 0.18
HSL 80.44º 0.49% 0.64% -
HSV(B) 80.44º 0.44% 0.82% -
XYZ 43.9 55.74 25.28 -
YUV 188.36 87.73 119.9 -
System Red Green Blue C M Y K H S L
Decimal 177 208 117 0.15 0 0.44 0.18 80.44 0.49 0.64
Hex B1 D0 75 F 0 2C 12 50 31 40
Octal 261 320 165 17 0 54 22 120 61 100
Binary 10110001 11010000 1110101 1111 0 101100 10010 1010000 110001 1000000

Color Harmonies of #B1D075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D075

Black with #B1D075

Text Example


Text Example

White with #B1D075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D075; }

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

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

background-color css

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

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

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

border-color css

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

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

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