Html Css Color HEX #BFD48A Sprout

📋 copy color: '#BFD48A'

red 191 ◦ green 212 ◦ blue 138

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

Shades of Sprout #BFD48A

Tints of Sprout #BFD48A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.19%

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

R = 35.3%
G = 39.19%
B = 25.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#BFD48A (or 0xBFD48A) is known color: Sprout. HEX triplet: BF, D4 and 8A. RGB value is (191,212,138). Sum of RGB (Red+Green+Blue) = 191+212+138=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD48A is #402B75. Grayscale: #C5C5C5. Windows color (decimal): -4205430 or 9098431. OLE color: 9098431.

HSL color Cylindrical-coordinate representation of color #BFD48A: hue angle of 77.03º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFD48A is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 212 138 -
CMYK 0.10 0 0.35 0.17
HSL 77.03º 0.46% 0.69% -
HSV(B) 77.03º 0.35% 0.83% -
XYZ 49.62 60 33.01 -
YUV 197.29 94.54 123.52 -
System Red Green Blue C M Y K H S L
Decimal 191 212 138 0.10 0 0.35 0.17 77.03 0.46 0.69
Hex BF D4 8A A 0 23 11 4D 2E 45
Octal 277 324 212 12 0 43 21 115 56 105
Binary 10111111 11010100 10001010 1010 0 100011 10001 1001101 101110 1000101

Color Harmonies of #BFD48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD48A

Black with #BFD48A

Text Example


Text Example

White with #BFD48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD48A; }

 p { color: rgb(191,212,138); }

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

background-color css

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

 a { background-color: rgb(191,212,138); }

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

border-color css

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

 span { border-color: rgb(191,212,138); }

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