Html Css Color HEX #B1BD98 Green Spring

📋 copy color: '#B1BD98'

red 177 ◦ green 189 ◦ blue 152

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

Shades of Green Spring #B1BD98

Tints of Green Spring #B1BD98

RGB

 RED value IS 177 (69.53% from 255) = 34.17%

 GREEN value IS 189 (74.22% from 255) = 36.49%

 BLUE value IS 152 (59.77% from 255) = 29.34%

R = 34.17%
G = 36.49%
B = 29.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#B1BD98 (or 0xB1BD98) is known color: Green Spring. HEX triplet: B1, BD and 98. RGB value is (177,189,152). Sum of RGB (Red+Green+Blue) = 177+189+152=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BD98 is #4E4267. Grayscale: #B5B5B5. Windows color (decimal): -5128808 or 10010033. OLE color: 10010033.

HSL color Cylindrical-coordinate representation of color #B1BD98: hue angle of 79.46º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1BD98 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 189 152 -
CMYK 0.06 0 0.20 0.26
HSL 79.46º 0.22% 0.67% -
HSV(B) 79.46º 0.2% 0.74% -
XYZ 42 48.01 36.76 -
YUV 181.19 111.52 125.01 -
System Red Green Blue C M Y K H S L
Decimal 177 189 152 0.06 0 0.20 0.26 79.46 0.22 0.67
Hex B1 BD 98 6 0 14 1A 4F 16 43
Octal 261 275 230 6 0 24 32 117 26 103
Binary 10110001 10111101 10011000 110 0 10100 11010 1001111 10110 1000011

Color Harmonies of #B1BD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BD98

Black with #B1BD98

Text Example


Text Example

White with #B1BD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BD98; }

 p { color: rgb(177,189,152); }

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

background-color css

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

 a { background-color: rgb(177,189,152); }

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

border-color css

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

 span { border-color: rgb(177,189,152); }

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