Html Css Color HEX #BFEB5A Conifer

📋 copy color: '#BFEB5A'

red 191 ◦ green 235 ◦ blue 90

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

Shades of Conifer #BFEB5A

Tints of Conifer #BFEB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.44%

R = 37.02%
G = 45.54%
B = 17.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#BFEB5A (or 0xBFEB5A) is known color: Conifer. HEX triplet: BF, EB and 5A. RGB value is (191,235,90). Sum of RGB (Red+Green+Blue) = 191+235+90=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEB5A is #4014A5. Grayscale: #CDCDCD. Windows color (decimal): -4199590 or 5958591. OLE color: 5958591.

HSL color Cylindrical-coordinate representation of color #BFEB5A: hue angle of 78.21º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFEB5A is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 235 90 -
CMYK 0.19 0 0.62 0.08
HSL 78.21º 0.78% 0.64% -
HSV(B) 78.21º 0.62% 0.92% -
XYZ 53.04 71.23 20.63 -
YUV 205.31 62.92 117.79 -
System Red Green Blue C M Y K H S L
Decimal 191 235 90 0.19 0 0.62 0.08 78.21 0.78 0.64
Hex BF EB 5A 13 0 3E 8 4E 4E 40
Octal 277 353 132 23 0 76 10 116 116 100
Binary 10111111 11101011 1011010 10011 0 111110 1000 1001110 1001110 1000000

Color Harmonies of #BFEB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEB5A

Black with #BFEB5A

Text Example


Text Example

White with #BFEB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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