Html Css Color HEX #B3CD8E Sprout

📋 copy color: '#B3CD8E'

red 179 ◦ green 205 ◦ blue 142

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

Shades of Sprout #B3CD8E

Tints of Sprout #B3CD8E

RGB

 RED value IS 179 (70.31% from 255) = 34.03%

 GREEN value IS 205 (80.47% from 255) = 38.97%

 BLUE value IS 142 (55.86% from 255) = 27%

R = 34.03%
G = 38.97%
B = 27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#B3CD8E (or 0xB3CD8E) is known color: Sprout. HEX triplet: B3, CD and 8E. RGB value is (179,205,142). Sum of RGB (Red+Green+Blue) = 179+205+142=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 205 - color contains mainly: green. Hex color #B3CD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CD8E is #4C3271. Grayscale: #BEBEBE. Windows color (decimal): -4993650 or 9358771. OLE color: 9358771.

HSL color Cylindrical-coordinate representation of color #B3CD8E: hue angle of 84.76º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3CD8E is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 205 142 -
CMYK 0.13 0 0.31 0.20
HSL 84.76º 0.39% 0.68% -
HSV(B) 84.76º 0.31% 0.8% -
XYZ 45.3 55.2 33.86 -
YUV 190.04 100.89 120.12 -
System Red Green Blue C M Y K H S L
Decimal 179 205 142 0.13 0 0.31 0.20 84.76 0.39 0.68
Hex B3 CD 8E D 0 1F 14 55 27 44
Octal 263 315 216 15 0 37 24 125 47 104
Binary 10110011 11001101 10001110 1101 0 11111 10100 1010101 100111 1000100

Color Harmonies of #B3CD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CD8E

Black with #B3CD8E

Text Example


Text Example

White with #B3CD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CD8E; }

 p { color: rgb(179,205,142); }

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

background-color css

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

 a { background-color: rgb(179,205,142); }

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

border-color css

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

 span { border-color: rgb(179,205,142); }

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