Html Css Color HEX #BADB53 Conifer

📋 copy color: '#BADB53'

red 186 ◦ green 219 ◦ blue 83

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

Shades of Conifer #BADB53

Tints of Conifer #BADB53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.01%

R = 38.11%
G = 44.88%
B = 17.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#BADB53 (or 0xBADB53) is known color: Conifer. HEX triplet: BA, DB and 53. RGB value is (186,219,83). Sum of RGB (Red+Green+Blue) = 186+219+83=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 83 (32.81% from 255 or 17.01% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADB53 is #4524AC. Grayscale: #C2C2C2. Windows color (decimal): -4531373 or 5495738. OLE color: 5495738.

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

Color convert

RGB 186 219 83 -
CMYK 0.15 0 0.62 0.14
HSL 74.56º 0.65% 0.59% -
HSV(B) 74.56º 0.62% 0.86% -
XYZ 47.14 61.73 17.61 -
YUV 193.63 65.57 122.56 -
System Red Green Blue C M Y K H S L
Decimal 186 219 83 0.15 0 0.62 0.14 74.56 0.65 0.59
Hex BA DB 53 F 0 3E E 4B 41 3B
Octal 272 333 123 17 0 76 16 113 101 73
Binary 10111010 11011011 1010011 1111 0 111110 1110 1001011 1000001 111011

Color Harmonies of #BADB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB53

Black with #BADB53

Text Example


Text Example

White with #BADB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB53; }

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

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

background-color css

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

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

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

border-color css

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

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

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