Html Css Color HEX #BADE58 Conifer

📋 copy color: '#BADE58'

red 186 ◦ green 222 ◦ blue 88

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

Shades of Conifer #BADE58

Tints of Conifer #BADE58

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.76%

 BLUE value IS 88 (34.77% from 255) = 17.74%

R = 37.5%
G = 44.76%
B = 17.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#BADE58 (or 0xBADE58) is known color: Conifer. HEX triplet: BA, DE and 58. RGB value is (186,222,88). Sum of RGB (Red+Green+Blue) = 186+222+88=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 88 (34.77% from 255 or 17.74% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE58 is #4521A7. Grayscale: #C4C4C4. Windows color (decimal): -4530600 or 5824186. OLE color: 5824186.

HSL color Cylindrical-coordinate representation of color #BADE58: hue angle of 76.12º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BADE58 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 222 88 -
CMYK 0.16 0 0.60 0.13
HSL 76.12º 0.67% 0.61% -
HSV(B) 76.12º 0.6% 0.87% -
XYZ 48.13 63.39 18.93 -
YUV 195.96 67.07 120.9 -
System Red Green Blue C M Y K H S L
Decimal 186 222 88 0.16 0 0.60 0.13 76.12 0.67 0.61
Hex BA DE 58 10 0 3C D 4C 43 3D
Octal 272 336 130 20 0 74 15 114 103 75
Binary 10111010 11011110 1011000 10000 0 111100 1101 1001100 1000011 111101

Color Harmonies of #BADE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE58

Black with #BADE58

Text Example


Text Example

White with #BADE58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE58; }

 p { color: rgb(186,222,88); }

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

background-color css

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

 a { background-color: rgb(186,222,88); }

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

border-color css

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

 span { border-color: rgb(186,222,88); }

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