Html Css Color HEX #BADC5D Conifer

📋 copy color: '#BADC5D'

red 186 ◦ green 220 ◦ blue 93

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

Shades of Conifer #BADC5D

Tints of Conifer #BADC5D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.09%

 BLUE value IS 93 (36.72% from 255) = 18.64%

R = 37.27%
G = 44.09%
B = 18.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#BADC5D (or 0xBADC5D) is known color: Conifer. HEX triplet: BA, DC and 5D. RGB value is (186,220,93). Sum of RGB (Red+Green+Blue) = 186+220+93=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC5D is #4523A2. Grayscale: #C3C3C3. Windows color (decimal): -4531107 or 6151354. OLE color: 6151354.

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

Color convert

RGB 186 220 93 -
CMYK 0.15 0 0.58 0.14
HSL 76.06º 0.64% 0.61% -
HSV(B) 76.06º 0.58% 0.86% -
XYZ 47.82 62.42 19.88 -
YUV 195.36 70.24 121.33 -
System Red Green Blue C M Y K H S L
Decimal 186 220 93 0.15 0 0.58 0.14 76.06 0.64 0.61
Hex BA DC 5D F 0 3A E 4C 40 3D
Octal 272 334 135 17 0 72 16 114 100 75
Binary 10111010 11011100 1011101 1111 0 111010 1110 1001100 1000000 111101

Color Harmonies of #BADC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC5D

Black with #BADC5D

Text Example


Text Example

White with #BADC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC5D; }

 p { color: rgb(186,220,93); }

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

background-color css

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

 a { background-color: rgb(186,220,93); }

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

border-color css

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

 span { border-color: rgb(186,220,93); }

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