Html Css Color HEX #BFD955 Conifer

📋 copy color: '#BFD955'

red 191 ◦ green 217 ◦ blue 85

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

Shades of Conifer #BFD955

Tints of Conifer #BFD955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.24%

R = 38.74%
G = 44.02%
B = 17.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#BFD955 (or 0xBFD955) is known color: Conifer. HEX triplet: BF, D9 and 55. RGB value is (191,217,85). Sum of RGB (Red+Green+Blue) = 191+217+85=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 85 (33.59% from 255 or 17.24% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD955 is #4026AA. Grayscale: #C2C2C2. Windows color (decimal): -4204203 or 5626303. OLE color: 5626303.

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

Color convert

RGB 191 217 85 -
CMYK 0.12 0 0.61 0.15
HSL 71.82º 0.63% 0.59% -
HSV(B) 71.82º 0.61% 0.85% -
XYZ 47.94 61.36 17.91 -
YUV 194.18 66.39 125.73 -
System Red Green Blue C M Y K H S L
Decimal 191 217 85 0.12 0 0.61 0.15 71.82 0.63 0.59
Hex BF D9 55 C 0 3D F 48 3F 3B
Octal 277 331 125 14 0 75 17 110 77 73
Binary 10111111 11011001 1010101 1100 0 111101 1111 1001000 111111 111011

Color Harmonies of #BFD955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD955

Black with #BFD955

Text Example


Text Example

White with #BFD955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD955; }

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

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

background-color css

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

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

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

border-color css

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

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

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