Html Css Color HEX #BADB63 Conifer

📋 copy color: '#BADB63'

red 186 ◦ green 219 ◦ blue 99

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

Shades of Conifer #BADB63

Tints of Conifer #BADB63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.64%

R = 36.9%
G = 43.45%
B = 19.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#BADB63 (or 0xBADB63) is known color: Conifer. HEX triplet: BA, DB and 63. RGB value is (186,219,99). Sum of RGB (Red+Green+Blue) = 186+219+99=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 99 (39.06% from 255 or 19.64% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADB63 is #45249C. Grayscale: #C3C3C3. Windows color (decimal): -4531357 or 6544314. OLE color: 6544314.

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

Color convert

RGB 186 219 99 -
CMYK 0.15 0 0.55 0.14
HSL 76.5º 0.63% 0.62% -
HSV(B) 76.5º 0.55% 0.86% -
XYZ 47.83 62 21.25 -
YUV 195.45 73.57 121.26 -
System Red Green Blue C M Y K H S L
Decimal 186 219 99 0.15 0 0.55 0.14 76.5 0.63 0.62
Hex BA DB 63 F 0 37 E 4C 3E 3E
Octal 272 333 143 17 0 67 16 114 76 76
Binary 10111010 11011011 1100011 1111 0 110111 1110 1001100 111110 111110

Color Harmonies of #BADB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB63

Black with #BADB63

Text Example


Text Example

White with #BADB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB63; }

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

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

background-color css

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

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

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

border-color css

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

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

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