Html Css Color HEX #BADF69 Conifer

📋 copy color: '#BADF69'

red 186 ◦ green 223 ◦ blue 105

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

Shades of Conifer #BADF69

Tints of Conifer #BADF69

RGB

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

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

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

R = 36.19%
G = 43.39%
B = 20.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#BADF69 (or 0xBADF69) is known color: Conifer. HEX triplet: BA, DF and 69. RGB value is (186,223,105). Sum of RGB (Red+Green+Blue) = 186+223+105=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 105 (41.41% from 255 or 20.43% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF69 is #452096. Grayscale: #C6C6C6. Windows color (decimal): -4530327 or 6938554. OLE color: 6938554.

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

Color convert

RGB 186 223 105 -
CMYK 0.17 0 0.53 0.13
HSL 78.81º 0.65% 0.64% -
HSV(B) 78.81º 0.53% 0.87% -
XYZ 49.19 64.23 23.17 -
YUV 198.49 75.24 119.09 -
System Red Green Blue C M Y K H S L
Decimal 186 223 105 0.17 0 0.53 0.13 78.81 0.65 0.64
Hex BA DF 69 11 0 35 D 4F 41 40
Octal 272 337 151 21 0 65 15 117 101 100
Binary 10111010 11011111 1101001 10001 0 110101 1101 1001111 1000001 1000000

Color Harmonies of #BADF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF69

Black with #BADF69

Text Example


Text Example

White with #BADF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF69; }

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

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

background-color css

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

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

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

border-color css

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

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

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