Html Css Color HEX #B0C271 Caper

📋 copy color: '#B0C271'

red 176 ◦ green 194 ◦ blue 113

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

Shades of Caper #B0C271

Tints of Caper #B0C271

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.17%

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

R = 36.44%
G = 40.17%
B = 23.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#B0C271 (or 0xB0C271) is known color: Caper. HEX triplet: B0, C2 and 71. RGB value is (176,194,113). Sum of RGB (Red+Green+Blue) = 176+194+113=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C271 is #4F3D8E. Grayscale: #B3B3B3. Windows color (decimal): -5193103 or 7455408. OLE color: 7455408.

HSL color Cylindrical-coordinate representation of color #B0C271: hue angle of 73.33º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0C271 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 194 113 -
CMYK 0.09 0 0.42 0.24
HSL 73.33º 0.4% 0.6% -
HSV(B) 73.33º 0.42% 0.76% -
XYZ 40.18 49.01 22.96 -
YUV 179.38 90.54 125.59 -
System Red Green Blue C M Y K H S L
Decimal 176 194 113 0.09 0 0.42 0.24 73.33 0.4 0.6
Hex B0 C2 71 9 0 2A 18 49 28 3C
Octal 260 302 161 11 0 52 30 111 50 74
Binary 10110000 11000010 1110001 1001 0 101010 11000 1001001 101000 111100

Color Harmonies of #B0C271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C271

Black with #B0C271

Text Example


Text Example

White with #B0C271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C271; }

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

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

background-color css

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

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

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

border-color css

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

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

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