Html Css Color HEX #BADF64 Conifer

📋 copy color: '#BADF64'

red 186 ◦ green 223 ◦ blue 100

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

Shades of Conifer #BADF64

Tints of Conifer #BADF64

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.81%

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

R = 36.54%
G = 43.81%
B = 19.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#BADF64 (or 0xBADF64) is known color: Conifer. HEX triplet: BA, DF and 64. RGB value is (186,223,100). Sum of RGB (Red+Green+Blue) = 186+223+100=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF64 is #45209B. Grayscale: #C6C6C6. Windows color (decimal): -4530332 or 6610874. OLE color: 6610874.

HSL color Cylindrical-coordinate representation of color #BADF64: hue angle of 78.05º degrees, saturation: 0.66, 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 #BADF64 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 223 100 -
CMYK 0.17 0 0.55 0.13
HSL 78.05º 0.66% 0.63% -
HSV(B) 78.05º 0.55% 0.87% -
XYZ 48.94 64.13 21.86 -
YUV 197.92 72.74 119.5 -
System Red Green Blue C M Y K H S L
Decimal 186 223 100 0.17 0 0.55 0.13 78.05 0.66 0.63
Hex BA DF 64 11 0 37 D 4E 42 3F
Octal 272 337 144 21 0 67 15 116 102 77
Binary 10111010 11011111 1100100 10001 0 110111 1101 1001110 1000010 111111

Color Harmonies of #BADF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF64

Black with #BADF64

Text Example


Text Example

White with #BADF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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