Html Css Color HEX #B0C46E Caper

📋 copy color: '#B0C46E'

red 176 ◦ green 196 ◦ blue 110

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

Shades of Caper #B0C46E

Tints of Caper #B0C46E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.66%

 BLUE value IS 110 (43.36% from 255) = 22.82%

R = 36.51%
G = 40.66%
B = 22.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#B0C46E (or 0xB0C46E) is known color: Caper. HEX triplet: B0, C4 and 6E. RGB value is (176,196,110). Sum of RGB (Red+Green+Blue) = 176+196+110=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C46E is #4F3B91. Grayscale: #B4B4B4. Windows color (decimal): -5192594 or 7259312. OLE color: 7259312.

HSL color Cylindrical-coordinate representation of color #B0C46E: hue angle of 73.95º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0C46E is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 176 196 110 -
CMYK 0.10 0 0.44 0.23
HSL 73.95º 0.42% 0.6% -
HSV(B) 73.95º 0.44% 0.77% -
XYZ 40.46 49.84 22.24 -
YUV 180.22 88.37 124.99 -
System Red Green Blue C M Y K H S L
Decimal 176 196 110 0.10 0 0.44 0.23 73.95 0.42 0.6
Hex B0 C4 6E A 0 2C 17 4A 2A 3C
Octal 260 304 156 12 0 54 27 112 52 74
Binary 10110000 11000100 1101110 1010 0 101100 10111 1001010 101010 111100

Color Harmonies of #B0C46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C46E

Black with #B0C46E

Text Example


Text Example

White with #B0C46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C46E; }

 p { color: rgb(176,196,110); }

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

background-color css

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

 a { background-color: rgb(176,196,110); }

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

border-color css

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

 span { border-color: rgb(176,196,110); }

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