Html Css Color HEX #BFDB5A Conifer

📋 copy color: '#BFDB5A'

red 191 ◦ green 219 ◦ blue 90

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

Shades of Conifer #BFDB5A

Tints of Conifer #BFDB5A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.8%

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

R = 38.2%
G = 43.8%
B = 18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#BFDB5A (or 0xBFDB5A) is known color: Conifer. HEX triplet: BF, DB and 5A. RGB value is (191,219,90). Sum of RGB (Red+Green+Blue) = 191+219+90=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 90 (35.55% from 255 or 18% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDB5A is #4024A5. Grayscale: #C4C4C4. Windows color (decimal): -4203686 or 5954495. OLE color: 5954495.

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

Color convert

RGB 191 219 90 -
CMYK 0.13 0 0.59 0.14
HSL 73.02º 0.64% 0.61% -
HSV(B) 73.02º 0.59% 0.86% -
XYZ 48.66 62.48 19.17 -
YUV 195.92 68.22 124.49 -
System Red Green Blue C M Y K H S L
Decimal 191 219 90 0.13 0 0.59 0.14 73.02 0.64 0.61
Hex BF DB 5A D 0 3B E 49 40 3D
Octal 277 333 132 15 0 73 16 111 100 75
Binary 10111111 11011011 1011010 1101 0 111011 1110 1001001 1000000 111101

Color Harmonies of #BFDB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDB5A

Black with #BFDB5A

Text Example


Text Example

White with #BFDB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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