Html Css Color HEX #BDDC46 Conifer

📋 copy color: '#BDDC46'

red 189 ◦ green 220 ◦ blue 70

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

Shades of Conifer #BDDC46

Tints of Conifer #BDDC46

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.93%

 BLUE value IS 70 (27.73% from 255) = 14.61%

R = 39.46%
G = 45.93%
B = 14.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#BDDC46 (or 0xBDDC46) is known color: Conifer. HEX triplet: BD, DC and 46. RGB value is (189,220,70). Sum of RGB (Red+Green+Blue) = 189+220+70=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 70 (27.73% from 255 or 14.61% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDC46 is #4223B9. Grayscale: #C2C2C2. Windows color (decimal): -4334522 or 4644029. OLE color: 4644029.

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

Color convert

RGB 189 220 70 -
CMYK 0.14 0 0.68 0.14
HSL 72.4º 0.68% 0.57% -
HSV(B) 72.4º 0.68% 0.86% -
XYZ 47.68 62.45 15.33 -
YUV 193.63 58.23 124.7 -
System Red Green Blue C M Y K H S L
Decimal 189 220 70 0.14 0 0.68 0.14 72.4 0.68 0.57
Hex BD DC 46 E 0 44 E 48 44 39
Octal 275 334 106 16 0 104 16 110 104 71
Binary 10111101 11011100 1000110 1110 0 1000100 1110 1001000 1000100 111001

Color Harmonies of #BDDC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC46

Black with #BDDC46

Text Example


Text Example

White with #BDDC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC46; }

 p { color: rgb(189,220,70); }

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

background-color css

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

 a { background-color: rgb(189,220,70); }

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

border-color css

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

 span { border-color: rgb(189,220,70); }

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