Html Css Color HEX #BADB48 Conifer

📋 copy color: '#BADB48'

red 186 ◦ green 219 ◦ blue 72

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

Shades of Conifer #BADB48

Tints of Conifer #BADB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.09%

R = 38.99%
G = 45.91%
B = 15.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#BADB48 (or 0xBADB48) is known color: Conifer. HEX triplet: BA, DB and 48. RGB value is (186,219,72). Sum of RGB (Red+Green+Blue) = 186+219+72=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADB48 is #4524B7. Grayscale: #C0C0C0. Windows color (decimal): -4531384 or 4774842. OLE color: 4774842.

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

Color convert

RGB 186 219 72 -
CMYK 0.15 0 0.67 0.14
HSL 73.47º 0.67% 0.57% -
HSV(B) 73.47º 0.67% 0.86% -
XYZ 46.75 61.57 15.55 -
YUV 192.38 60.07 123.45 -
System Red Green Blue C M Y K H S L
Decimal 186 219 72 0.15 0 0.67 0.14 73.47 0.67 0.57
Hex BA DB 48 F 0 43 E 49 43 39
Octal 272 333 110 17 0 103 16 111 103 71
Binary 10111010 11011011 1001000 1111 0 1000011 1110 1001001 1000011 111001

Color Harmonies of #BADB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB48

Black with #BADB48

Text Example


Text Example

White with #BADB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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