Html Css Color HEX #B0D26D Caper

📋 copy color: '#B0D26D'

red 176 ◦ green 210 ◦ blue 109

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

Shades of Caper #B0D26D

Tints of Caper #B0D26D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.42%

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

R = 35.56%
G = 42.42%
B = 22.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#B0D26D (or 0xB0D26D) is known color: Caper. HEX triplet: B0, D2 and 6D. RGB value is (176,210,109). Sum of RGB (Red+Green+Blue) = 176+210+109=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D26D is #4F2D92. Grayscale: #BCBCBC. Windows color (decimal): -5189011 or 7197360. OLE color: 7197360.

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

Color convert

RGB 176 210 109 -
CMYK 0.16 0 0.48 0.18
HSL 80.2º 0.53% 0.63% -
HSV(B) 80.2º 0.48% 0.82% -
XYZ 43.71 56.43 23.06 -
YUV 188.32 83.24 119.21 -
System Red Green Blue C M Y K H S L
Decimal 176 210 109 0.16 0 0.48 0.18 80.2 0.53 0.63
Hex B0 D2 6D 10 0 30 12 50 35 3F
Octal 260 322 155 20 0 60 22 120 65 77
Binary 10110000 11010010 1101101 10000 0 110000 10010 1010000 110101 111111

Color Harmonies of #B0D26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D26D

Black with #B0D26D

Text Example


Text Example

White with #B0D26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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