Html Css Color HEX #BAD652 Conifer

📋 copy color: '#BAD652'

red 186 ◦ green 214 ◦ blue 82

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

Shades of Conifer #BAD652

Tints of Conifer #BAD652

RGB

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

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

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

R = 38.59%
G = 44.4%
B = 17.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#BAD652 (or 0xBAD652) is known color: Conifer. HEX triplet: BA, D6 and 52. RGB value is (186,214,82). Sum of RGB (Red+Green+Blue) = 186+214+82=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 82 (32.42% from 255 or 17.01% from 482); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD652 is #4529AD. Grayscale: #BFBFBF. Windows color (decimal): -4532654 or 5428922. OLE color: 5428922.

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

Color convert

RGB 186 214 82 -
CMYK 0.13 0 0.62 0.16
HSL 72.73º 0.62% 0.58% -
HSV(B) 72.73º 0.62% 0.84% -
XYZ 45.82 59.14 16.98 -
YUV 190.58 66.72 124.73 -
System Red Green Blue C M Y K H S L
Decimal 186 214 82 0.13 0 0.62 0.16 72.73 0.62 0.58
Hex BA D6 52 D 0 3E 10 49 3E 3A
Octal 272 326 122 15 0 76 20 111 76 72
Binary 10111010 11010110 1010010 1101 0 111110 10000 1001001 111110 111010

Color Harmonies of #BAD652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD652

Black with #BAD652

Text Example


Text Example

White with #BAD652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD652; }

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

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

background-color css

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

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

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

border-color css

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

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

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