Html Css Color HEX #BADD64 Conifer

📋 copy color: '#BADD64'

red 186 ◦ green 221 ◦ blue 100

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

Shades of Conifer #BADD64

Tints of Conifer #BADD64

RGB

 RED value IS 186 (73.05% from 255) = 36.69%

 GREEN value IS 221 (86.72% from 255) = 43.59%

 BLUE value IS 100 (39.45% from 255) = 19.72%

R = 36.69%
G = 43.59%
B = 19.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#BADD64 (or 0xBADD64) is known color: Conifer. HEX triplet: BA, DD and 64. RGB value is (186,221,100). Sum of RGB (Red+Green+Blue) = 186+221+100=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD64 is #45229B. Grayscale: #C5C5C5. Windows color (decimal): -4530844 or 6610362. OLE color: 6610362.

HSL color Cylindrical-coordinate representation of color #BADD64: hue angle of 77.36º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BADD64 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 221 100 -
CMYK 0.16 0 0.55 0.13
HSL 77.36º 0.64% 0.63% -
HSV(B) 77.36º 0.55% 0.87% -
XYZ 48.41 63.07 21.68 -
YUV 196.74 73.4 120.34 -
System Red Green Blue C M Y K H S L
Decimal 186 221 100 0.16 0 0.55 0.13 77.36 0.64 0.63
Hex BA DD 64 10 0 37 D 4D 40 3F
Octal 272 335 144 20 0 67 15 115 100 77
Binary 10111010 11011101 1100100 10000 0 110111 1101 1001101 1000000 111111

Color Harmonies of #BADD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD64

Black with #BADD64

Text Example


Text Example

White with #BADD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD64; }

 p { color: rgb(186,221,100); }

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

background-color css

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

 a { background-color: rgb(186,221,100); }

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

border-color css

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

 span { border-color: rgb(186,221,100); }

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