Html Css Color HEX #BFD950 Conifer

📋 copy color: '#BFD950'

red 191 ◦ green 217 ◦ blue 80

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

Shades of Conifer #BFD950

Tints of Conifer #BFD950

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.47%

 BLUE value IS 80 (31.64% from 255) = 16.39%

R = 39.14%
G = 44.47%
B = 16.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#BFD950 (or 0xBFD950) is known color: Conifer. HEX triplet: BF, D9 and 50. RGB value is (191,217,80). Sum of RGB (Red+Green+Blue) = 191+217+80=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD950 is #4026AF. Grayscale: #C2C2C2. Windows color (decimal): -4204208 or 5298623. OLE color: 5298623.

HSL color Cylindrical-coordinate representation of color #BFD950: hue angle of 71.39º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFD950 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 217 80 -
CMYK 0.12 0 0.63 0.15
HSL 71.39º 0.64% 0.58% -
HSV(B) 71.39º 0.63% 0.85% -
XYZ 47.75 61.28 16.9 -
YUV 193.61 63.89 126.14 -
System Red Green Blue C M Y K H S L
Decimal 191 217 80 0.12 0 0.63 0.15 71.39 0.64 0.58
Hex BF D9 50 C 0 3F F 47 40 3A
Octal 277 331 120 14 0 77 17 107 100 72
Binary 10111111 11011001 1010000 1100 0 111111 1111 1000111 1000000 111010

Color Harmonies of #BFD950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD950

Black with #BFD950

Text Example


Text Example

White with #BFD950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD950; }

 p { color: rgb(191,217,80); }

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

background-color css

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

 a { background-color: rgb(191,217,80); }

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

border-color css

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

 span { border-color: rgb(191,217,80); }

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