Html Css Color HEX #B6D672 Caper

📋 copy color: '#B6D672'

red 182 ◦ green 214 ◦ blue 114

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

Shades of Caper #B6D672

Tints of Caper #B6D672

RGB

 RED value IS 182 (71.48% from 255) = 35.69%

 GREEN value IS 214 (83.98% from 255) = 41.96%

 BLUE value IS 114 (44.92% from 255) = 22.35%

R = 35.69%
G = 41.96%
B = 22.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#B6D672 (or 0xB6D672) is known color: Caper. HEX triplet: B6, D6 and 72. RGB value is (182,214,114). Sum of RGB (Red+Green+Blue) = 182+214+114=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D672 is #49298D. Grayscale: #C1C1C1. Windows color (decimal): -4794766 or 7526070. OLE color: 7526070.

HSL color Cylindrical-coordinate representation of color #B6D672: hue angle of 79.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B6D672 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 214 114 -
CMYK 0.15 0 0.47 0.16
HSL 79.2º 0.55% 0.64% -
HSV(B) 79.2º 0.47% 0.84% -
XYZ 46.38 59.25 24.91 -
YUV 193.03 83.4 120.13 -
System Red Green Blue C M Y K H S L
Decimal 182 214 114 0.15 0 0.47 0.16 79.2 0.55 0.64
Hex B6 D6 72 F 0 2F 10 4F 37 40
Octal 266 326 162 17 0 57 20 117 67 100
Binary 10110110 11010110 1110010 1111 0 101111 10000 1001111 110111 1000000

Color Harmonies of #B6D672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D672

Black with #B6D672

Text Example


Text Example

White with #B6D672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D672; }

 p { color: rgb(182,214,114); }

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

background-color css

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

 a { background-color: rgb(182,214,114); }

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

border-color css

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

 span { border-color: rgb(182,214,114); }

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