Html Css Color HEX #BFDF5B Conifer

📋 copy color: '#BFDF5B'

red 191 ◦ green 223 ◦ blue 91

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

Shades of Conifer #BFDF5B

Tints of Conifer #BFDF5B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.16%

 BLUE value IS 91 (35.94% from 255) = 18.02%

R = 37.82%
G = 44.16%
B = 18.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#BFDF5B (or 0xBFDF5B) is known color: Conifer. HEX triplet: BF, DF and 5B. RGB value is (191,223,91). Sum of RGB (Red+Green+Blue) = 191+223+91=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 91 (35.94% from 255 or 18.02% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF5B is #4020A4. Grayscale: #C6C6C6. Windows color (decimal): -4202661 or 6021055. OLE color: 6021055.

HSL color Cylindrical-coordinate representation of color #BFDF5B: hue angle of 74.55º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFDF5B is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 223 91 -
CMYK 0.14 0 0.59 0.13
HSL 74.55º 0.67% 0.62% -
HSV(B) 74.55º 0.59% 0.87% -
XYZ 49.76 64.61 19.75 -
YUV 198.38 67.4 122.73 -
System Red Green Blue C M Y K H S L
Decimal 191 223 91 0.14 0 0.59 0.13 74.55 0.67 0.62
Hex BF DF 5B E 0 3B D 4B 43 3E
Octal 277 337 133 16 0 73 15 113 103 76
Binary 10111111 11011111 1011011 1110 0 111011 1101 1001011 1000011 111110

Color Harmonies of #BFDF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDF5B

Black with #BFDF5B

Text Example


Text Example

White with #BFDF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDF5B; }

 p { color: rgb(191,223,91); }

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

background-color css

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

 a { background-color: rgb(191,223,91); }

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

border-color css

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

 span { border-color: rgb(191,223,91); }

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