Html Css Color HEX #BAD555 Conifer

📋 copy color: '#BAD555'

red 186 ◦ green 213 ◦ blue 85

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

Shades of Conifer #BAD555

Tints of Conifer #BAD555

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.01%

 BLUE value IS 85 (33.59% from 255) = 17.56%

R = 38.43%
G = 44.01%
B = 17.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#BAD555 (or 0xBAD555) is known color: Conifer. HEX triplet: BA, D5 and 55. RGB value is (186,213,85). Sum of RGB (Red+Green+Blue) = 186+213+85=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 85 (33.59% from 255 or 17.56% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD555 is #452AAA. Grayscale: #BEBEBE. Windows color (decimal): -4532907 or 5625274. OLE color: 5625274.

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

Color convert

RGB 186 213 85 -
CMYK 0.13 0 0.60 0.16
HSL 72.66º 0.6% 0.58% -
HSV(B) 72.66º 0.6% 0.84% -
XYZ 45.68 58.68 17.51 -
YUV 190.34 68.55 124.91 -
System Red Green Blue C M Y K H S L
Decimal 186 213 85 0.13 0 0.60 0.16 72.66 0.6 0.58
Hex BA D5 55 D 0 3C 10 49 3C 3A
Octal 272 325 125 15 0 74 20 111 74 72
Binary 10111010 11010101 1010101 1101 0 111100 10000 1001001 111100 111010

Color Harmonies of #BAD555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD555

Black with #BAD555

Text Example


Text Example

White with #BAD555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD555; }

 p { color: rgb(186,213,85); }

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

background-color css

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

 a { background-color: rgb(186,213,85); }

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

border-color css

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

 span { border-color: rgb(186,213,85); }

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