Html Css Color HEX #B6D072 Caper

📋 copy color: '#B6D072'

red 182 ◦ green 208 ◦ blue 114

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

Shades of Caper #B6D072

Tints of Caper #B6D072

RGB

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

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

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

R = 36.11%
G = 41.27%
B = 22.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#B6D072 (or 0xB6D072) is known color: Caper. HEX triplet: B6, D0 and 72. RGB value is (182,208,114). Sum of RGB (Red+Green+Blue) = 182+208+114=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #B6D072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D072 is #492F8D. Grayscale: #BDBDBD. Windows color (decimal): -4796302 or 7524534. OLE color: 7524534.

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

Color convert

RGB 182 208 114 -
CMYK 0.12 0 0.45 0.18
HSL 76.6º 0.5% 0.63% -
HSV(B) 76.6º 0.45% 0.82% -
XYZ 44.88 56.27 24.42 -
YUV 189.51 85.39 122.64 -
System Red Green Blue C M Y K H S L
Decimal 182 208 114 0.12 0 0.45 0.18 76.6 0.5 0.63
Hex B6 D0 72 C 0 2D 12 4D 32 3F
Octal 266 320 162 14 0 55 22 115 62 77
Binary 10110110 11010000 1110010 1100 0 101101 10010 1001101 110010 111111

Color Harmonies of #B6D072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D072

Black with #B6D072

Text Example


Text Example

White with #B6D072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D072; }

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

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

background-color css

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

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

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

border-color css

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

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

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