Html Css Color HEX #BDDA94 Sprout

📋 copy color: '#BDDA94'

red 189 ◦ green 218 ◦ blue 148

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

Shades of Sprout #BDDA94

Tints of Sprout #BDDA94

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.28%

 BLUE value IS 148 (58.2% from 255) = 26.67%

R = 34.05%
G = 39.28%
B = 26.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#BDDA94 (or 0xBDDA94) is known color: Sprout. HEX triplet: BD, DA and 94. RGB value is (189,218,148). Sum of RGB (Red+Green+Blue) = 189+218+148=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDA94 is #42256B. Grayscale: #C9C9C9. Windows color (decimal): -4334956 or 9755325. OLE color: 9755325.

HSL color Cylindrical-coordinate representation of color #BDDA94: hue angle of 84.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDDA94 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 218 148 -
CMYK 0.13 0 0.32 0.15
HSL 84.86º 0.49% 0.72% -
HSV(B) 84.86º 0.32% 0.85% -
XYZ 51.4 63.1 37.49 -
YUV 201.35 97.89 119.19 -
System Red Green Blue C M Y K H S L
Decimal 189 218 148 0.13 0 0.32 0.15 84.86 0.49 0.72
Hex BD DA 94 D 0 20 F 55 31 48
Octal 275 332 224 15 0 40 17 125 61 110
Binary 10111101 11011010 10010100 1101 0 100000 1111 1010101 110001 1001000

Color Harmonies of #BDDA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA94

Black with #BDDA94

Text Example


Text Example

White with #BDDA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA94; }

 p { color: rgb(189,218,148); }

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

background-color css

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

 a { background-color: rgb(189,218,148); }

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

border-color css

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

 span { border-color: rgb(189,218,148); }

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