Html Css Color HEX #B1CE75 Caper

📋 copy color: '#B1CE75'

red 177 ◦ green 206 ◦ blue 117

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

Shades of Caper #B1CE75

Tints of Caper #B1CE75

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.2%

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

R = 35.4%
G = 41.2%
B = 23.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#B1CE75 (or 0xB1CE75) is known color: Caper. HEX triplet: B1, CE and 75. RGB value is (177,206,117). Sum of RGB (Red+Green+Blue) = 177+206+117=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CE75 is #4E318A. Grayscale: #BBBBBB. Windows color (decimal): -5124491 or 7720625. OLE color: 7720625.

HSL color Cylindrical-coordinate representation of color #B1CE75: hue angle of 79.55º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B1CE75 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 206 117 -
CMYK 0.14 0 0.43 0.19
HSL 79.55º 0.48% 0.63% -
HSV(B) 79.55º 0.43% 0.81% -
XYZ 43.41 54.77 25.11 -
YUV 187.18 88.39 120.74 -
System Red Green Blue C M Y K H S L
Decimal 177 206 117 0.14 0 0.43 0.19 79.55 0.48 0.63
Hex B1 CE 75 E 0 2B 13 50 30 3F
Octal 261 316 165 16 0 53 23 120 60 77
Binary 10110001 11001110 1110101 1110 0 101011 10011 1010000 110000 111111

Color Harmonies of #B1CE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CE75

Black with #B1CE75

Text Example


Text Example

White with #B1CE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CE75; }

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

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

background-color css

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

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

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

border-color css

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

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

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