Html Css Color HEX #BDE249 Conifer

📋 copy color: '#BDE249'

red 189 ◦ green 226 ◦ blue 73

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

Shades of Conifer #BDE249

Tints of Conifer #BDE249

RGB

 RED value IS 189 (74.22% from 255) = 38.73%

 GREEN value IS 226 (88.67% from 255) = 46.31%

 BLUE value IS 73 (28.91% from 255) = 14.96%

R = 38.73%
G = 46.31%
B = 14.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#BDE249 (or 0xBDE249) is known color: Conifer. HEX triplet: BD, E2 and 49. RGB value is (189,226,73). Sum of RGB (Red+Green+Blue) = 189+226+73=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 226 (88.67% from 255 or 46.31% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE249 is #421DB6. Grayscale: #C6C6C6. Windows color (decimal): -4332983 or 4842173. OLE color: 4842173.

HSL color Cylindrical-coordinate representation of color #BDE249: hue angle of 74.51º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDE249 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 226 73 -
CMYK 0.16 0 0.68 0.11
HSL 74.51º 0.73% 0.59% -
HSV(B) 74.51º 0.68% 0.89% -
XYZ 49.39 65.69 16.38 -
YUV 197.5 57.74 121.94 -
System Red Green Blue C M Y K H S L
Decimal 189 226 73 0.16 0 0.68 0.11 74.51 0.73 0.59
Hex BD E2 49 10 0 44 B 4B 49 3B
Octal 275 342 111 20 0 104 13 113 111 73
Binary 10111101 11100010 1001001 10000 0 1000100 1011 1001011 1001001 111011

Color Harmonies of #BDE249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE249

Black with #BDE249

Text Example


Text Example

White with #BDE249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE249; }

 p { color: rgb(189,226,73); }

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

background-color css

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

 a { background-color: rgb(189,226,73); }

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

border-color css

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

 span { border-color: rgb(189,226,73); }

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