Html Css Color HEX #B0CC6D Caper

📋 copy color: '#B0CC6D'

red 176 ◦ green 204 ◦ blue 109

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

Shades of Caper #B0CC6D

Tints of Caper #B0CC6D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.72%

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

R = 35.99%
G = 41.72%
B = 22.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#B0CC6D (or 0xB0CC6D) is known color: Caper. HEX triplet: B0, CC and 6D. RGB value is (176,204,109). Sum of RGB (Red+Green+Blue) = 176+204+109=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CC6D is #4F3392. Grayscale: #B9B9B9. Windows color (decimal): -5190547 or 7195824. OLE color: 7195824.

HSL color Cylindrical-coordinate representation of color #B0CC6D: hue angle of 77.68º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0CC6D is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 204 109 -
CMYK 0.14 0 0.47 0.2
HSL 77.68º 0.48% 0.61% -
HSV(B) 77.68º 0.47% 0.8% -
XYZ 42.26 53.52 22.57 -
YUV 184.8 85.22 121.72 -
System Red Green Blue C M Y K H S L
Decimal 176 204 109 0.14 0 0.47 0.2 77.68 0.48 0.61
Hex B0 CC 6D E 0 2F 14 4E 30 3D
Octal 260 314 155 16 0 57 24 116 60 75
Binary 10110000 11001100 1101101 1110 0 101111 10100 1001110 110000 111101

Color Harmonies of #B0CC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CC6D

Black with #B0CC6D

Text Example


Text Example

White with #B0CC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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