Html Css Color HEX #BADF61 Conifer

📋 copy color: '#BADF61'

red 186 ◦ green 223 ◦ blue 97

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

Shades of Conifer #BADF61

Tints of Conifer #BADF61

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.07%

 BLUE value IS 97 (38.28% from 255) = 19.17%

R = 36.76%
G = 44.07%
B = 19.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#BADF61 (or 0xBADF61) is known color: Conifer. HEX triplet: BA, DF and 61. RGB value is (186,223,97). Sum of RGB (Red+Green+Blue) = 186+223+97=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 97 (38.28% from 255 or 19.17% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF61 is #45209E. Grayscale: #C6C6C6. Windows color (decimal): -4530335 or 6414266. OLE color: 6414266.

HSL color Cylindrical-coordinate representation of color #BADF61: hue angle of 77.62º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BADF61 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 223 97 -
CMYK 0.17 0 0.57 0.13
HSL 77.62º 0.66% 0.63% -
HSV(B) 77.62º 0.57% 0.87% -
XYZ 48.8 64.08 21.11 -
YUV 197.57 71.24 119.75 -
System Red Green Blue C M Y K H S L
Decimal 186 223 97 0.17 0 0.57 0.13 77.62 0.66 0.63
Hex BA DF 61 11 0 39 D 4E 42 3F
Octal 272 337 141 21 0 71 15 116 102 77
Binary 10111010 11011111 1100001 10001 0 111001 1101 1001110 1000010 111111

Color Harmonies of #BADF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF61

Black with #BADF61

Text Example


Text Example

White with #BADF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF61; }

 p { color: rgb(186,223,97); }

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

background-color css

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

 a { background-color: rgb(186,223,97); }

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

border-color css

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

 span { border-color: rgb(186,223,97); }

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