Html Css Color HEX #BADB52 Conifer

📋 copy color: '#BADB52'

red 186 ◦ green 219 ◦ blue 82

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

Shades of Conifer #BADB52

Tints of Conifer #BADB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.84%

R = 38.19%
G = 44.97%
B = 16.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#BADB52 (or 0xBADB52) is known color: Conifer. HEX triplet: BA, DB and 52. RGB value is (186,219,82). Sum of RGB (Red+Green+Blue) = 186+219+82=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 82 (32.42% from 255 or 16.84% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADB52 is #4524AD. Grayscale: #C2C2C2. Windows color (decimal): -4531374 or 5430202. OLE color: 5430202.

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

Color convert

RGB 186 219 82 -
CMYK 0.15 0 0.63 0.14
HSL 74.45º 0.66% 0.59% -
HSV(B) 74.45º 0.63% 0.86% -
XYZ 47.1 61.71 17.41 -
YUV 193.52 65.07 122.64 -
System Red Green Blue C M Y K H S L
Decimal 186 219 82 0.15 0 0.63 0.14 74.45 0.66 0.59
Hex BA DB 52 F 0 3F E 4A 42 3B
Octal 272 333 122 17 0 77 16 112 102 73
Binary 10111010 11011011 1010010 1111 0 111111 1110 1001010 1000010 111011

Color Harmonies of #BADB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB52

Black with #BADB52

Text Example


Text Example

White with #BADB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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