Html Css Color HEX #BADE68 Conifer

📋 copy color: '#BADE68'

red 186 ◦ green 222 ◦ blue 104

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

Shades of Conifer #BADE68

Tints of Conifer #BADE68

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.36%

 BLUE value IS 104 (41.02% from 255) = 20.31%

R = 36.33%
G = 43.36%
B = 20.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#BADE68 (or 0xBADE68) is known color: Conifer. HEX triplet: BA, DE and 68. RGB value is (186,222,104). Sum of RGB (Red+Green+Blue) = 186+222+104=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE68 is #452197. Grayscale: #C6C6C6. Windows color (decimal): -4530584 or 6872762. OLE color: 6872762.

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

Color convert

RGB 186 222 104 -
CMYK 0.16 0 0.53 0.13
HSL 78.31º 0.64% 0.64% -
HSV(B) 78.31º 0.53% 0.87% -
XYZ 48.87 63.68 22.81 -
YUV 197.78 75.07 119.59 -
System Red Green Blue C M Y K H S L
Decimal 186 222 104 0.16 0 0.53 0.13 78.31 0.64 0.64
Hex BA DE 68 10 0 35 D 4E 40 40
Octal 272 336 150 20 0 65 15 116 100 100
Binary 10111010 11011110 1101000 10000 0 110101 1101 1001110 1000000 1000000

Color Harmonies of #BADE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE68

Black with #BADE68

Text Example


Text Example

White with #BADE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE68; }

 p { color: rgb(186,222,104); }

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

background-color css

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

 a { background-color: rgb(186,222,104); }

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

border-color css

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

 span { border-color: rgb(186,222,104); }

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