Html Css Color HEX #BDCB92 Sprout

📋 copy color: '#BDCB92'

red 189 ◦ green 203 ◦ blue 146

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

Shades of Sprout #BDCB92

Tints of Sprout #BDCB92

RGB

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

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

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

R = 35.13%
G = 37.73%
B = 27.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#BDCB92 (or 0xBDCB92) is known color: Sprout. HEX triplet: BD, CB and 92. RGB value is (189,203,146). Sum of RGB (Red+Green+Blue) = 189+203+146=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 146 (57.42% from 255 or 27.14% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCB92 is #42346D. Grayscale: #C0C0C0. Windows color (decimal): -4338798 or 9620413. OLE color: 9620413.

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

Color convert

RGB 189 203 146 -
CMYK 0.07 0 0.28 0.20
HSL 74.74º 0.35% 0.68% -
HSV(B) 74.74º 0.28% 0.8% -
XYZ 47.53 55.61 35.42 -
YUV 192.32 101.86 125.63 -
System Red Green Blue C M Y K H S L
Decimal 189 203 146 0.07 0 0.28 0.20 74.74 0.35 0.68
Hex BD CB 92 7 0 1C 14 4B 23 44
Octal 275 313 222 7 0 34 24 113 43 104
Binary 10111101 11001011 10010010 111 0 11100 10100 1001011 100011 1000100

Color Harmonies of #BDCB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCB92

Black with #BDCB92

Text Example


Text Example

White with #BDCB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCB92; }

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

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

background-color css

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

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

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

border-color css

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

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

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