Html Css Color HEX #B6CF9A Sprout

📋 copy color: '#B6CF9A'

red 182 ◦ green 207 ◦ blue 154

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

Shades of Sprout #B6CF9A

Tints of Sprout #B6CF9A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.12%

 BLUE value IS 154 (60.55% from 255) = 28.36%

R = 33.52%
G = 38.12%
B = 28.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#B6CF9A (or 0xB6CF9A) is known color: Sprout. HEX triplet: B6, CF and 9A. RGB value is (182,207,154). Sum of RGB (Red+Green+Blue) = 182+207+154=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CF9A is #493065. Grayscale: #C1C1C1. Windows color (decimal): -4796518 or 10145718. OLE color: 10145718.

HSL color Cylindrical-coordinate representation of color #B6CF9A: hue angle of 88.3º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6CF9A is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 207 154 -
CMYK 0.12 0 0.26 0.19
HSL 88.3º 0.36% 0.71% -
HSV(B) 88.3º 0.26% 0.81% -
XYZ 47.44 56.9 39.06 -
YUV 193.48 105.72 119.81 -
System Red Green Blue C M Y K H S L
Decimal 182 207 154 0.12 0 0.26 0.19 88.3 0.36 0.71
Hex B6 CF 9A C 0 1A 13 58 24 47
Octal 266 317 232 14 0 32 23 130 44 107
Binary 10110110 11001111 10011010 1100 0 11010 10011 1011000 100100 1000111

Color Harmonies of #B6CF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CF9A

Black with #B6CF9A

Text Example


Text Example

White with #B6CF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CF9A; }

 p { color: rgb(182,207,154); }

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

background-color css

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

 a { background-color: rgb(182,207,154); }

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

border-color css

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

 span { border-color: rgb(182,207,154); }

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