Html Css Color HEX #B0CF6E Caper

📋 copy color: '#B0CF6E'

red 176 ◦ green 207 ◦ blue 110

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

Shades of Caper #B0CF6E

Tints of Caper #B0CF6E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.99%

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

R = 35.7%
G = 41.99%
B = 22.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#B0CF6E (or 0xB0CF6E) is known color: Caper. HEX triplet: B0, CF and 6E. RGB value is (176,207,110). Sum of RGB (Red+Green+Blue) = 176+207+110=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CF6E is #4F3091. Grayscale: #BBBBBB. Windows color (decimal): -5189778 or 7262128. OLE color: 7262128.

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

Color convert

RGB 176 207 110 -
CMYK 0.15 0 0.47 0.19
HSL 79.18º 0.5% 0.62% -
HSV(B) 79.18º 0.47% 0.81% -
XYZ 43.03 54.98 23.1 -
YUV 186.67 84.73 120.39 -
System Red Green Blue C M Y K H S L
Decimal 176 207 110 0.15 0 0.47 0.19 79.18 0.5 0.62
Hex B0 CF 6E F 0 2F 13 4F 32 3E
Octal 260 317 156 17 0 57 23 117 62 76
Binary 10110000 11001111 1101110 1111 0 101111 10011 1001111 110010 111110

Color Harmonies of #B0CF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF6E

Black with #B0CF6E

Text Example


Text Example

White with #B0CF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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