Html Css Color HEX #B6D07A Caper

📋 copy color: '#B6D07A'

red 182 ◦ green 208 ◦ blue 122

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

Shades of Caper #B6D07A

Tints of Caper #B6D07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.83%

R = 35.55%
G = 40.63%
B = 23.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#B6D07A (or 0xB6D07A) is known color: Caper. HEX triplet: B6, D0 and 7A. RGB value is (182,208,122). Sum of RGB (Red+Green+Blue) = 182+208+122=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #B6D07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D07A is #492F85. Grayscale: #BEBEBE. Windows color (decimal): -4796294 or 8048822. OLE color: 8048822.

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

Color convert

RGB 182 208 122 -
CMYK 0.12 0 0.41 0.18
HSL 78.14º 0.48% 0.65% -
HSV(B) 78.14º 0.41% 0.82% -
XYZ 45.36 56.46 26.92 -
YUV 190.42 89.39 121.99 -
System Red Green Blue C M Y K H S L
Decimal 182 208 122 0.12 0 0.41 0.18 78.14 0.48 0.65
Hex B6 D0 7A C 0 29 12 4E 30 41
Octal 266 320 172 14 0 51 22 116 60 101
Binary 10110110 11010000 1111010 1100 0 101001 10010 1001110 110000 1000001

Color Harmonies of #B6D07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D07A

Black with #B6D07A

Text Example


Text Example

White with #B6D07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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