Html Css Color HEX #BDCB97 Sprout

📋 copy color: '#BDCB97'

red 189 ◦ green 203 ◦ blue 151

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

Shades of Sprout #BDCB97

Tints of Sprout #BDCB97

RGB

 RED value IS 189 (74.22% from 255) = 34.81%

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

 BLUE value IS 151 (59.38% from 255) = 27.81%

R = 34.81%
G = 37.38%
B = 27.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#BDCB97 (or 0xBDCB97) is known color: Sprout. HEX triplet: BD, CB and 97. RGB value is (189,203,151). Sum of RGB (Red+Green+Blue) = 189+203+151=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 151 (59.38% from 255 or 27.81% from 543); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCB97 is #423468. Grayscale: #C1C1C1. Windows color (decimal): -4338793 or 9948093. OLE color: 9948093.

HSL color Cylindrical-coordinate representation of color #BDCB97: hue angle of 76.15º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDCB97 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 203 151 -
CMYK 0.07 0 0.26 0.20
HSL 76.15º 0.33% 0.69% -
HSV(B) 76.15º 0.26% 0.8% -
XYZ 47.93 55.77 37.52 -
YUV 192.89 104.36 125.23 -
System Red Green Blue C M Y K H S L
Decimal 189 203 151 0.07 0 0.26 0.20 76.15 0.33 0.69
Hex BD CB 97 7 0 1A 14 4C 21 45
Octal 275 313 227 7 0 32 24 114 41 105
Binary 10111101 11001011 10010111 111 0 11010 10100 1001100 100001 1000101

Color Harmonies of #BDCB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCB97

Black with #BDCB97

Text Example


Text Example

White with #BDCB97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCB97; }

 p { color: rgb(189,203,151); }

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

background-color css

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

 a { background-color: rgb(189,203,151); }

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

border-color css

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

 span { border-color: rgb(189,203,151); }

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