Html Css Color HEX #BFD958 Conifer

📋 copy color: '#BFD958'

red 191 ◦ green 217 ◦ blue 88

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

Shades of Conifer #BFD958

Tints of Conifer #BFD958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.74%

R = 38.51%
G = 43.75%
B = 17.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#BFD958 (or 0xBFD958) is known color: Conifer. HEX triplet: BF, D9 and 58. RGB value is (191,217,88). Sum of RGB (Red+Green+Blue) = 191+217+88=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 88 (34.77% from 255 or 17.74% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD958 is #4026A7. Grayscale: #C3C3C3. Windows color (decimal): -4204200 or 5822911. OLE color: 5822911.

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

Color convert

RGB 191 217 88 -
CMYK 0.12 0 0.59 0.15
HSL 72.09º 0.63% 0.6% -
HSV(B) 72.09º 0.59% 0.85% -
XYZ 48.06 61.41 18.55 -
YUV 194.52 67.89 125.49 -
System Red Green Blue C M Y K H S L
Decimal 191 217 88 0.12 0 0.59 0.15 72.09 0.63 0.6
Hex BF D9 58 C 0 3B F 48 3F 3C
Octal 277 331 130 14 0 73 17 110 77 74
Binary 10111111 11011001 1011000 1100 0 111011 1111 1001000 111111 111100

Color Harmonies of #BFD958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD958

Black with #BFD958

Text Example


Text Example

White with #BFD958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD958; }

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

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

background-color css

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

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

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

border-color css

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

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

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