Html Css Color HEX #BADB45 Conifer

📋 copy color: '#BADB45'

red 186 ◦ green 219 ◦ blue 69

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

Shades of Conifer #BADB45

Tints of Conifer #BADB45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.56%

R = 39.24%
G = 46.2%
B = 14.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#BADB45 (or 0xBADB45) is known color: Conifer. HEX triplet: BA, DB and 45. RGB value is (186,219,69). Sum of RGB (Red+Green+Blue) = 186+219+69=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 69 (27.34% from 255 or 14.56% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADB45 is #4524BA. Grayscale: #C0C0C0. Windows color (decimal): -4531387 or 4578234. OLE color: 4578234.

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

Color convert

RGB 186 219 69 -
CMYK 0.15 0 0.68 0.14
HSL 73.2º 0.68% 0.56% -
HSV(B) 73.2º 0.68% 0.86% -
XYZ 46.66 61.53 15.05 -
YUV 192.03 58.57 123.7 -
System Red Green Blue C M Y K H S L
Decimal 186 219 69 0.15 0 0.68 0.14 73.2 0.68 0.56
Hex BA DB 45 F 0 44 E 49 44 38
Octal 272 333 105 17 0 104 16 111 104 70
Binary 10111010 11011011 1000101 1111 0 1000100 1110 1001001 1000100 111000

Color Harmonies of #BADB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB45

Black with #BADB45

Text Example


Text Example

White with #BADB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB45; }

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

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

background-color css

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

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

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

border-color css

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

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

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