Html Css Color HEX #B8CB8E Sprout

📋 copy color: '#B8CB8E'

red 184 ◦ green 203 ◦ blue 142

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

Shades of Sprout #B8CB8E

Tints of Sprout #B8CB8E

RGB

 RED value IS 184 (72.27% from 255) = 34.78%

 GREEN value IS 203 (79.69% from 255) = 38.37%

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

R = 34.78%
G = 38.37%
B = 26.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#B8CB8E (or 0xB8CB8E) is known color: Sprout. HEX triplet: B8, CB and 8E. RGB value is (184,203,142). Sum of RGB (Red+Green+Blue) = 184+203+142=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CB8E is #473471. Grayscale: #BEBEBE. Windows color (decimal): -4666482 or 9358264. OLE color: 9358264.

HSL color Cylindrical-coordinate representation of color #B8CB8E: hue angle of 78.69º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8CB8E is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 203 142 -
CMYK 0.09 0 0.30 0.20
HSL 78.69º 0.37% 0.68% -
HSV(B) 78.69º 0.3% 0.8% -
XYZ 46.01 54.86 33.75 -
YUV 190.37 100.71 123.46 -
System Red Green Blue C M Y K H S L
Decimal 184 203 142 0.09 0 0.30 0.20 78.69 0.37 0.68
Hex B8 CB 8E 9 0 1E 14 4F 25 44
Octal 270 313 216 11 0 36 24 117 45 104
Binary 10111000 11001011 10001110 1001 0 11110 10100 1001111 100101 1000100

Color Harmonies of #B8CB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CB8E

Black with #B8CB8E

Text Example


Text Example

White with #B8CB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CB8E; }

 p { color: rgb(184,203,142); }

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

background-color css

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

 a { background-color: rgb(184,203,142); }

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

border-color css

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

 span { border-color: rgb(184,203,142); }

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