Html Css Color HEX #BAD962 Conifer

📋 copy color: '#BAD962'

red 186 ◦ green 217 ◦ blue 98

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

Shades of Conifer #BAD962

Tints of Conifer #BAD962

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.31%

 BLUE value IS 98 (38.67% from 255) = 19.56%

R = 37.13%
G = 43.31%
B = 19.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#BAD962 (or 0xBAD962) is known color: Conifer. HEX triplet: BA, D9 and 62. RGB value is (186,217,98). Sum of RGB (Red+Green+Blue) = 186+217+98=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD962 is #45269D. Grayscale: #C2C2C2. Windows color (decimal): -4531870 or 6478266. OLE color: 6478266.

HSL color Cylindrical-coordinate representation of color #BAD962: hue angle of 75.63º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAD962 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 217 98 -
CMYK 0.14 0 0.55 0.15
HSL 75.63º 0.61% 0.62% -
HSV(B) 75.63º 0.55% 0.85% -
XYZ 47.27 60.95 20.83 -
YUV 194.17 73.73 122.18 -
System Red Green Blue C M Y K H S L
Decimal 186 217 98 0.14 0 0.55 0.15 75.63 0.61 0.62
Hex BA D9 62 E 0 37 F 4C 3D 3E
Octal 272 331 142 16 0 67 17 114 75 76
Binary 10111010 11011001 1100010 1110 0 110111 1111 1001100 111101 111110

Color Harmonies of #BAD962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD962

Black with #BAD962

Text Example


Text Example

White with #BAD962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD962; }

 p { color: rgb(186,217,98); }

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

background-color css

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

 a { background-color: rgb(186,217,98); }

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

border-color css

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

 span { border-color: rgb(186,217,98); }

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