Html Css Color HEX #BDD58A Sprout

📋 copy color: '#BDD58A'

red 189 ◦ green 213 ◦ blue 138

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

Shades of Sprout #BDD58A

Tints of Sprout #BDD58A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.44%

 BLUE value IS 138 (54.3% from 255) = 25.56%

R = 35%
G = 39.44%
B = 25.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#BDD58A (or 0xBDD58A) is known color: Sprout. HEX triplet: BD, D5 and 8A. RGB value is (189,213,138). Sum of RGB (Red+Green+Blue) = 189+213+138=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD58A is #422A75. Grayscale: #C5C5C5. Windows color (decimal): -4336246 or 9098685. OLE color: 9098685.

HSL color Cylindrical-coordinate representation of color #BDD58A: hue angle of 79.2º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDD58A is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 138 -
CMYK 0.11 0 0.35 0.16
HSL 79.2º 0.47% 0.69% -
HSV(B) 79.2º 0.35% 0.84% -
XYZ 49.37 60.24 33.07 -
YUV 197.27 94.55 122.1 -
System Red Green Blue C M Y K H S L
Decimal 189 213 138 0.11 0 0.35 0.16 79.2 0.47 0.69
Hex BD D5 8A B 0 23 10 4F 2F 45
Octal 275 325 212 13 0 43 20 117 57 105
Binary 10111101 11010101 10001010 1011 0 100011 10000 1001111 101111 1000101

Color Harmonies of #BDD58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD58A

Black with #BDD58A

Text Example


Text Example

White with #BDD58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD58A; }

 p { color: rgb(189,213,138); }

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

background-color css

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

 a { background-color: rgb(189,213,138); }

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

border-color css

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

 span { border-color: rgb(189,213,138); }

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