Html Css Color HEX #BADA4D Conifer

📋 copy color: '#BADA4D'

red 186 ◦ green 218 ◦ blue 77

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

Shades of Conifer #BADA4D

Tints of Conifer #BADA4D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.32%

 BLUE value IS 77 (30.47% from 255) = 16.01%

R = 38.67%
G = 45.32%
B = 16.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#BADA4D (or 0xBADA4D) is known color: Conifer. HEX triplet: BA, DA and 4D. RGB value is (186,218,77). Sum of RGB (Red+Green+Blue) = 186+218+77=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA4D is #4525B2. Grayscale: #C0C0C0. Windows color (decimal): -4531635 or 5102266. OLE color: 5102266.

HSL color Cylindrical-coordinate representation of color #BADA4D: hue angle of 73.62º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BADA4D is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 218 77 -
CMYK 0.15 0 0.65 0.15
HSL 73.62º 0.66% 0.58% -
HSV(B) 73.62º 0.65% 0.85% -
XYZ 46.66 61.12 16.36 -
YUV 192.36 62.9 123.46 -
System Red Green Blue C M Y K H S L
Decimal 186 218 77 0.15 0 0.65 0.15 73.62 0.66 0.58
Hex BA DA 4D F 0 41 F 4A 42 3A
Octal 272 332 115 17 0 101 17 112 102 72
Binary 10111010 11011010 1001101 1111 0 1000001 1111 1001010 1000010 111010

Color Harmonies of #BADA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA4D

Black with #BADA4D

Text Example


Text Example

White with #BADA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA4D; }

 p { color: rgb(186,218,77); }

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

background-color css

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

 a { background-color: rgb(186,218,77); }

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

border-color css

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

 span { border-color: rgb(186,218,77); }

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