Html Css Color HEX #BDCC92 Sprout

📋 copy color: '#BDCC92'

red 189 ◦ green 204 ◦ blue 146

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

Shades of Sprout #BDCC92

Tints of Sprout #BDCC92

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.85%

 BLUE value IS 146 (57.42% from 255) = 27.09%

R = 35.06%
G = 37.85%
B = 27.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#BDCC92 (or 0xBDCC92) is known color: Sprout. HEX triplet: BD, CC and 92. RGB value is (189,204,146). Sum of RGB (Red+Green+Blue) = 189+204+146=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCC92 is #42336D. Grayscale: #C1C1C1. Windows color (decimal): -4338542 or 9620669. OLE color: 9620669.

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

Color convert

RGB 189 204 146 -
CMYK 0.07 0 0.28 0.2
HSL 75.52º 0.36% 0.69% -
HSV(B) 75.52º 0.28% 0.8% -
XYZ 47.77 56.08 35.5 -
YUV 192.9 101.53 125.22 -
System Red Green Blue C M Y K H S L
Decimal 189 204 146 0.07 0 0.28 0.2 75.52 0.36 0.69
Hex BD CC 92 7 0 1C 14 4C 24 45
Octal 275 314 222 7 0 34 24 114 44 105
Binary 10111101 11001100 10010010 111 0 11100 10100 1001100 100100 1000101

Color Harmonies of #BDCC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCC92

Black with #BDCC92

Text Example


Text Example

White with #BDCC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCC92; }

 p { color: rgb(189,204,146); }

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

background-color css

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

 a { background-color: rgb(189,204,146); }

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

border-color css

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

 span { border-color: rgb(189,204,146); }

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