Html Css Color HEX #B0CE71 Caper

📋 copy color: '#B0CE71'

red 176 ◦ green 206 ◦ blue 113

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

Shades of Caper #B0CE71

Tints of Caper #B0CE71

RGB

 RED value IS 176 (69.14% from 255) = 35.56%

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

 BLUE value IS 113 (44.53% from 255) = 22.83%

R = 35.56%
G = 41.62%
B = 22.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#B0CE71 (or 0xB0CE71) is known color: Caper. HEX triplet: B0, CE and 71. RGB value is (176,206,113). Sum of RGB (Red+Green+Blue) = 176+206+113=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CE71 is #4F318E. Grayscale: #BABABA. Windows color (decimal): -5190031 or 7458480. OLE color: 7458480.

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

Color convert

RGB 176 206 113 -
CMYK 0.15 0 0.45 0.19
HSL 79.35º 0.49% 0.63% -
HSV(B) 79.35º 0.45% 0.81% -
XYZ 42.96 54.56 23.89 -
YUV 186.43 86.56 120.56 -
System Red Green Blue C M Y K H S L
Decimal 176 206 113 0.15 0 0.45 0.19 79.35 0.49 0.63
Hex B0 CE 71 F 0 2D 13 4F 31 3F
Octal 260 316 161 17 0 55 23 117 61 77
Binary 10110000 11001110 1110001 1111 0 101101 10011 1001111 110001 111111

Color Harmonies of #B0CE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CE71

Black with #B0CE71

Text Example


Text Example

White with #B0CE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CE71; }

 p { color: rgb(176,206,113); }

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

background-color css

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

 a { background-color: rgb(176,206,113); }

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

border-color css

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

 span { border-color: rgb(176,206,113); }

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