Html Css Color HEX #BADB68 Conifer

📋 copy color: '#BADB68'

red 186 ◦ green 219 ◦ blue 104

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

Shades of Conifer #BADB68

Tints of Conifer #BADB68

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.03%

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

R = 36.54%
G = 43.03%
B = 20.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#BADB68 (or 0xBADB68) is known color: Conifer. HEX triplet: BA, DB and 68. RGB value is (186,219,104). Sum of RGB (Red+Green+Blue) = 186+219+104=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADB68 is #452497. Grayscale: #C4C4C4. Windows color (decimal): -4531352 or 6871994. OLE color: 6871994.

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

Color convert

RGB 186 219 104 -
CMYK 0.15 0 0.53 0.14
HSL 77.22º 0.61% 0.63% -
HSV(B) 77.22º 0.53% 0.86% -
XYZ 48.08 62.1 22.55 -
YUV 196.02 76.07 120.85 -
System Red Green Blue C M Y K H S L
Decimal 186 219 104 0.15 0 0.53 0.14 77.22 0.61 0.63
Hex BA DB 68 F 0 35 E 4D 3D 3F
Octal 272 333 150 17 0 65 16 115 75 77
Binary 10111010 11011011 1101000 1111 0 110101 1110 1001101 111101 111111

Color Harmonies of #BADB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB68

Black with #BADB68

Text Example


Text Example

White with #BADB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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