Html Css Color HEX #BADC66 Conifer

📋 copy color: '#BADC66'

red 186 ◦ green 220 ◦ blue 102

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

Shades of Conifer #BADC66

Tints of Conifer #BADC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.08%

R = 36.61%
G = 43.31%
B = 20.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#BADC66 (or 0xBADC66) is known color: Conifer. HEX triplet: BA, DC and 66. RGB value is (186,220,102). Sum of RGB (Red+Green+Blue) = 186+220+102=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC66 is #452399. Grayscale: #C4C4C4. Windows color (decimal): -4531098 or 6741178. OLE color: 6741178.

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

Color convert

RGB 186 220 102 -
CMYK 0.15 0 0.54 0.14
HSL 77.29º 0.63% 0.63% -
HSV(B) 77.29º 0.54% 0.86% -
XYZ 48.24 62.58 22.11 -
YUV 196.38 74.74 120.59 -
System Red Green Blue C M Y K H S L
Decimal 186 220 102 0.15 0 0.54 0.14 77.29 0.63 0.63
Hex BA DC 66 F 0 36 E 4D 3F 3F
Octal 272 334 146 17 0 66 16 115 77 77
Binary 10111010 11011100 1100110 1111 0 110110 1110 1001101 111111 111111

Color Harmonies of #BADC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC66

Black with #BADC66

Text Example


Text Example

White with #BADC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC66; }

 p { color: rgb(186,220,102); }

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

background-color css

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

 a { background-color: rgb(186,220,102); }

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

border-color css

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

 span { border-color: rgb(186,220,102); }

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