Html Css Color HEX #B4CB8E Sprout

📋 copy color: '#B4CB8E'

red 180 ◦ green 203 ◦ blue 142

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

Shades of Sprout #B4CB8E

Tints of Sprout #B4CB8E

RGB

 RED value IS 180 (70.7% from 255) = 34.29%

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

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

R = 34.29%
G = 38.67%
B = 27.05%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#B4CB8E (or 0xB4CB8E) is known color: Sprout. HEX triplet: B4, CB and 8E. RGB value is (180,203,142). Sum of RGB (Red+Green+Blue) = 180+203+142=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CB8E is #4B3471. Grayscale: #BDBDBD. Windows color (decimal): -4928626 or 9358260. OLE color: 9358260.

HSL color Cylindrical-coordinate representation of color #B4CB8E: hue angle of 82.62º 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 #B4CB8E is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 203 142 -
CMYK 0.11 0 0.30 0.20
HSL 82.62º 0.37% 0.68% -
HSV(B) 82.62º 0.3% 0.8% -
XYZ 45.06 54.37 33.71 -
YUV 189.17 101.38 121.46 -
System Red Green Blue C M Y K H S L
Decimal 180 203 142 0.11 0 0.30 0.20 82.62 0.37 0.68
Hex B4 CB 8E B 0 1E 14 53 25 44
Octal 264 313 216 13 0 36 24 123 45 104
Binary 10110100 11001011 10001110 1011 0 11110 10100 1010011 100101 1000100

Color Harmonies of #B4CB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CB8E

Black with #B4CB8E

Text Example


Text Example

White with #B4CB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CB8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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