Html Css Color HEX #BDCF90 Sprout

📋 copy color: '#BDCF90'

red 189 ◦ green 207 ◦ blue 144

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

Shades of Sprout #BDCF90

Tints of Sprout #BDCF90

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.33%

 BLUE value IS 144 (56.64% from 255) = 26.67%

R = 35%
G = 38.33%
B = 26.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#BDCF90 (or 0xBDCF90) is known color: Sprout. HEX triplet: BD, CF and 90. RGB value is (189,207,144). Sum of RGB (Red+Green+Blue) = 189+207+144=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCF90 is #42306F. Grayscale: #C2C2C2. Windows color (decimal): -4337776 or 9490365. OLE color: 9490365.

HSL color Cylindrical-coordinate representation of color #BDCF90: hue angle of 77.14º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDCF90 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 207 144 -
CMYK 0.09 0 0.30 0.19
HSL 77.14º 0.4% 0.69% -
HSV(B) 77.14º 0.3% 0.81% -
XYZ 48.33 57.46 34.93 -
YUV 194.44 99.54 124.12 -
System Red Green Blue C M Y K H S L
Decimal 189 207 144 0.09 0 0.30 0.19 77.14 0.4 0.69
Hex BD CF 90 9 0 1E 13 4D 28 45
Octal 275 317 220 11 0 36 23 115 50 105
Binary 10111101 11001111 10010000 1001 0 11110 10011 1001101 101000 1000101

Color Harmonies of #BDCF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCF90

Black with #BDCF90

Text Example


Text Example

White with #BDCF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCF90; }

 p { color: rgb(189,207,144); }

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

background-color css

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

 a { background-color: rgb(189,207,144); }

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

border-color css

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

 span { border-color: rgb(189,207,144); }

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