Html Css Color HEX #B2CD90 Sprout

📋 copy color: '#B2CD90'

red 178 ◦ green 205 ◦ blue 144

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

Shades of Sprout #B2CD90

Tints of Sprout #B2CD90

RGB

 RED value IS 178 (69.92% from 255) = 33.78%

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

 BLUE value IS 144 (56.64% from 255) = 27.32%

R = 33.78%
G = 38.9%
B = 27.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#B2CD90 (or 0xB2CD90) is known color: Sprout. HEX triplet: B2, CD and 90. RGB value is (178,205,144). Sum of RGB (Red+Green+Blue) = 178+205+144=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CD90 is #4D326F. Grayscale: #BEBEBE. Windows color (decimal): -5059184 or 9489842. OLE color: 9489842.

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

Color convert

RGB 178 205 144 -
CMYK 0.13 0 0.30 0.20
HSL 86.56º 0.38% 0.68% -
HSV(B) 86.56º 0.3% 0.8% -
XYZ 45.23 55.14 34.65 -
YUV 189.97 102.05 119.46 -
System Red Green Blue C M Y K H S L
Decimal 178 205 144 0.13 0 0.30 0.20 86.56 0.38 0.68
Hex B2 CD 90 D 0 1E 14 57 26 44
Octal 262 315 220 15 0 36 24 127 46 104
Binary 10110010 11001101 10010000 1101 0 11110 10100 1010111 100110 1000100

Color Harmonies of #B2CD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CD90

Black with #B2CD90

Text Example


Text Example

White with #B2CD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CD90; }

 p { color: rgb(178,205,144); }

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

background-color css

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

 a { background-color: rgb(178,205,144); }

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

border-color css

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

 span { border-color: rgb(178,205,144); }

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