Html Css Color HEX #BDDA49 Conifer

📋 copy color: '#BDDA49'

red 189 ◦ green 218 ◦ blue 73

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

Shades of Conifer #BDDA49

Tints of Conifer #BDDA49

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.42%

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

R = 39.38%
G = 45.42%
B = 15.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#BDDA49 (or 0xBDDA49) is known color: Conifer. HEX triplet: BD, DA and 49. RGB value is (189,218,73). Sum of RGB (Red+Green+Blue) = 189+218+73=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 73 (28.91% from 255 or 15.21% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDA49 is #4225B6. Grayscale: #C1C1C1. Windows color (decimal): -4335031 or 4840125. OLE color: 4840125.

HSL color Cylindrical-coordinate representation of color #BDDA49: hue angle of 72º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDDA49 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 218 73 -
CMYK 0.13 0 0.67 0.15
HSL 72º 0.66% 0.57% -
HSV(B) 72º 0.67% 0.85% -
XYZ 47.26 61.44 15.67 -
YUV 192.8 60.39 125.29 -
System Red Green Blue C M Y K H S L
Decimal 189 218 73 0.13 0 0.67 0.15 72 0.66 0.57
Hex BD DA 49 D 0 43 F 48 42 39
Octal 275 332 111 15 0 103 17 110 102 71
Binary 10111101 11011010 1001001 1101 0 1000011 1111 1001000 1000010 111001

Color Harmonies of #BDDA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA49

Black with #BDDA49

Text Example


Text Example

White with #BDDA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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