Html Css Color HEX #BAD653 Conifer

📋 copy color: '#BAD653'

red 186 ◦ green 214 ◦ blue 83

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

Shades of Conifer #BAD653

Tints of Conifer #BAD653

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.31%

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

R = 38.51%
G = 44.31%
B = 17.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#BAD653 (or 0xBAD653) is known color: Conifer. HEX triplet: BA, D6 and 53. RGB value is (186,214,83). Sum of RGB (Red+Green+Blue) = 186+214+83=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 83 (32.81% from 255 or 17.18% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD653 is #4529AC. Grayscale: #BFBFBF. Windows color (decimal): -4532653 or 5494458. OLE color: 5494458.

HSL color Cylindrical-coordinate representation of color #BAD653: hue angle of 72.82º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAD653 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 214 83 -
CMYK 0.13 0 0.61 0.16
HSL 72.82º 0.62% 0.58% -
HSV(B) 72.82º 0.61% 0.84% -
XYZ 45.86 59.16 17.19 -
YUV 190.69 67.22 124.65 -
System Red Green Blue C M Y K H S L
Decimal 186 214 83 0.13 0 0.61 0.16 72.82 0.62 0.58
Hex BA D6 53 D 0 3D 10 49 3E 3A
Octal 272 326 123 15 0 75 20 111 76 72
Binary 10111010 11010110 1010011 1101 0 111101 10000 1001001 111110 111010

Color Harmonies of #BAD653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD653

Black with #BAD653

Text Example


Text Example

White with #BAD653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD653; }

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

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

background-color css

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

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

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

border-color css

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

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

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