Html Css Color HEX #BFEB46 Conifer

📋 copy color: '#BFEB46'

red 191 ◦ green 235 ◦ blue 70

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

Shades of Conifer #BFEB46

Tints of Conifer #BFEB46

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.38%

 BLUE value IS 70 (27.73% from 255) = 14.11%

R = 38.51%
G = 47.38%
B = 14.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#BFEB46 (or 0xBFEB46) is known color: Conifer. HEX triplet: BF, EB and 46. RGB value is (191,235,70). Sum of RGB (Red+Green+Blue) = 191+235+70=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 235 (92.19% from 255 or 47.38% from 496); Blue value is 70 (27.73% from 255 or 14.11% from 496); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEB46 is #4014B9. Grayscale: #CBCBCB. Windows color (decimal): -4199610 or 4647871. OLE color: 4647871.

HSL color Cylindrical-coordinate representation of color #BFEB46: hue angle of 76º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFEB46 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 235 70 -
CMYK 0.19 0 0.70 0.08
HSL 76º 0.8% 0.6% -
HSV(B) 76º 0.7% 0.92% -
XYZ 52.3 70.94 16.73 -
YUV 203.03 52.92 119.42 -
System Red Green Blue C M Y K H S L
Decimal 191 235 70 0.19 0 0.70 0.08 76 0.8 0.6
Hex BF EB 46 13 0 46 8 4C 50 3C
Octal 277 353 106 23 0 106 10 114 120 74
Binary 10111111 11101011 1000110 10011 0 1000110 1000 1001100 1010000 111100

Color Harmonies of #BFEB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEB46

Black with #BFEB46

Text Example


Text Example

White with #BFEB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEB46; }

 p { color: rgb(191,235,70); }

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

background-color css

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

 a { background-color: rgb(191,235,70); }

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

border-color css

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

 span { border-color: rgb(191,235,70); }

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