Html Css Color HEX #BFDA56 Conifer

📋 copy color: '#BFDA56'

red 191 ◦ green 218 ◦ blue 86

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

Shades of Conifer #BFDA56

Tints of Conifer #BFDA56

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.04%

 BLUE value IS 86 (33.98% from 255) = 17.37%

R = 38.59%
G = 44.04%
B = 17.37%

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

#BFDA56 (or 0xBFDA56) is known color: Conifer. HEX triplet: BF, DA and 56. RGB value is (191,218,86). Sum of RGB (Red+Green+Blue) = 191+218+86=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 86 (33.98% from 255 or 17.37% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDA56 is #4025A9. Grayscale: #C3C3C3. Windows color (decimal): -4203946 or 5692095. OLE color: 5692095.

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

Color convert

RGB 191 218 86 -
CMYK 0.12 0 0.61 0.15
HSL 72.27º 0.64% 0.6% -
HSV(B) 72.27º 0.61% 0.85% -
XYZ 48.24 61.89 18.21 -
YUV 194.88 66.55 125.23 -
System Red Green Blue C M Y K H S L
Decimal 191 218 86 0.12 0 0.61 0.15 72.27 0.64 0.6
Hex BF DA 56 C 0 3D F 48 40 3C
Octal 277 332 126 14 0 75 17 110 100 74
Binary 10111111 11011010 1010110 1100 0 111101 1111 1001000 1000000 111100

Color Harmonies of #BFDA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDA56

Black with #BFDA56

Text Example


Text Example

White with #BFDA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDA56; }

 p { color: rgb(191,218,86); }

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

background-color css

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

 a { background-color: rgb(191,218,86); }

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

border-color css

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

 span { border-color: rgb(191,218,86); }

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