Html Css Color HEX #BADD69 Conifer

📋 copy color: '#BADD69'

red 186 ◦ green 221 ◦ blue 105

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

Shades of Conifer #BADD69

Tints of Conifer #BADD69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20.51%

R = 36.33%
G = 43.16%
B = 20.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#BADD69 (or 0xBADD69) is known color: Conifer. HEX triplet: BA, DD and 69. RGB value is (186,221,105). Sum of RGB (Red+Green+Blue) = 186+221+105=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 105 (41.41% from 255 or 20.51% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD69 is #452296. Grayscale: #C5C5C5. Windows color (decimal): -4530839 or 6938042. OLE color: 6938042.

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

Color convert

RGB 186 221 105 -
CMYK 0.16 0 0.52 0.13
HSL 78.1º 0.63% 0.64% -
HSV(B) 78.1º 0.52% 0.87% -
XYZ 48.66 63.17 22.99 -
YUV 197.31 75.9 119.93 -
System Red Green Blue C M Y K H S L
Decimal 186 221 105 0.16 0 0.52 0.13 78.1 0.63 0.64
Hex BA DD 69 10 0 34 D 4E 3F 40
Octal 272 335 151 20 0 64 15 116 77 100
Binary 10111010 11011101 1101001 10000 0 110100 1101 1001110 111111 1000000

Color Harmonies of #BADD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD69

Black with #BADD69

Text Example


Text Example

White with #BADD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD69; }

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

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

background-color css

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

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

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

border-color css

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

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

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