Html Css Color HEX #BFCF90 Sprout

📋 copy color: '#BFCF90'

red 191 ◦ green 207 ◦ blue 144

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

Shades of Sprout #BFCF90

Tints of Sprout #BFCF90

RGB

 RED value IS 191 (75% from 255) = 35.24%

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

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

R = 35.24%
G = 38.19%
B = 26.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#BFCF90 (or 0xBFCF90) is known color: Sprout. HEX triplet: BF, CF and 90. RGB value is (191,207,144). Sum of RGB (Red+Green+Blue) = 191+207+144=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCF90 is #40306F. Grayscale: #C3C3C3. Windows color (decimal): -4206704 or 9490367. OLE color: 9490367.

HSL color Cylindrical-coordinate representation of color #BFCF90: hue angle of 75.24º 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 #BFCF90 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 207 144 -
CMYK 0.08 0 0.30 0.19
HSL 75.24º 0.4% 0.69% -
HSV(B) 75.24º 0.3% 0.81% -
XYZ 48.83 57.72 34.95 -
YUV 195.03 99.2 125.12 -
System Red Green Blue C M Y K H S L
Decimal 191 207 144 0.08 0 0.30 0.19 75.24 0.4 0.69
Hex BF CF 90 8 0 1E 13 4B 28 45
Octal 277 317 220 10 0 36 23 113 50 105
Binary 10111111 11001111 10010000 1000 0 11110 10011 1001011 101000 1000101

Color Harmonies of #BFCF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF90

Black with #BFCF90

Text Example


Text Example

White with #BFCF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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