Html Css Color HEX #BADF6A Conifer

📋 copy color: '#BADF6A'

red 186 ◦ green 223 ◦ blue 106

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

Shades of Conifer #BADF6A

Tints of Conifer #BADF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.58%

R = 36.12%
G = 43.3%
B = 20.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#BADF6A (or 0xBADF6A) is known color: Conifer. HEX triplet: BA, DF and 6A. RGB value is (186,223,106). Sum of RGB (Red+Green+Blue) = 186+223+106=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 106 (41.80% from 255 or 20.58% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF6A is #452095. Grayscale: #C7C7C7. Windows color (decimal): -4530326 or 7004090. OLE color: 7004090.

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

Color convert

RGB 186 223 106 -
CMYK 0.17 0 0.52 0.13
HSL 78.97º 0.65% 0.65% -
HSV(B) 78.97º 0.52% 0.87% -
XYZ 49.24 64.26 23.44 -
YUV 198.6 75.74 119.01 -
System Red Green Blue C M Y K H S L
Decimal 186 223 106 0.17 0 0.52 0.13 78.97 0.65 0.65
Hex BA DF 6A 11 0 34 D 4F 41 41
Octal 272 337 152 21 0 64 15 117 101 101
Binary 10111010 11011111 1101010 10001 0 110100 1101 1001111 1000001 1000001

Color Harmonies of #BADF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF6A

Black with #BADF6A

Text Example


Text Example

White with #BADF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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