Html Css Color HEX #B0D06D Caper

📋 copy color: '#B0D06D'

red 176 ◦ green 208 ◦ blue 109

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

Shades of Caper #B0D06D

Tints of Caper #B0D06D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.19%

 BLUE value IS 109 (42.97% from 255) = 22.11%

R = 35.7%
G = 42.19%
B = 22.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#B0D06D (or 0xB0D06D) is known color: Caper. HEX triplet: B0, D0 and 6D. RGB value is (176,208,109). Sum of RGB (Red+Green+Blue) = 176+208+109=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D06D is #4F2F92. Grayscale: #BBBBBB. Windows color (decimal): -5189523 or 7196848. OLE color: 7196848.

HSL color Cylindrical-coordinate representation of color #B0D06D: hue angle of 79.39º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0D06D is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 208 109 -
CMYK 0.15 0 0.48 0.18
HSL 79.39º 0.51% 0.62% -
HSV(B) 79.39º 0.48% 0.82% -
XYZ 43.22 55.45 22.89 -
YUV 187.15 83.9 120.05 -
System Red Green Blue C M Y K H S L
Decimal 176 208 109 0.15 0 0.48 0.18 79.39 0.51 0.62
Hex B0 D0 6D F 0 30 12 4F 33 3E
Octal 260 320 155 17 0 60 22 117 63 76
Binary 10110000 11010000 1101101 1111 0 110000 10010 1001111 110011 111110

Color Harmonies of #B0D06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D06D

Black with #B0D06D

Text Example


Text Example

White with #B0D06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D06D; }

 p { color: rgb(176,208,109); }

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

background-color css

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

 a { background-color: rgb(176,208,109); }

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

border-color css

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

 span { border-color: rgb(176,208,109); }

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