Html Css Color HEX #BAD64C Conifer

📋 copy color: '#BAD64C'

red 186 ◦ green 214 ◦ blue 76

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

Shades of Conifer #BAD64C

Tints of Conifer #BAD64C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.96%

 BLUE value IS 76 (30.08% from 255) = 15.97%

R = 39.08%
G = 44.96%
B = 15.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#BAD64C (or 0xBAD64C) is known color: Conifer. HEX triplet: BA, D6 and 4C. RGB value is (186,214,76). Sum of RGB (Red+Green+Blue) = 186+214+76=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 76 (30.08% from 255 or 15.97% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD64C is #4529B3. Grayscale: #BEBEBE. Windows color (decimal): -4532660 or 5035706. OLE color: 5035706.

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

Color convert

RGB 186 214 76 -
CMYK 0.13 0 0.64 0.16
HSL 72.17º 0.63% 0.57% -
HSV(B) 72.17º 0.64% 0.84% -
XYZ 45.6 59.05 15.83 -
YUV 189.9 63.72 125.22 -
System Red Green Blue C M Y K H S L
Decimal 186 214 76 0.13 0 0.64 0.16 72.17 0.63 0.57
Hex BA D6 4C D 0 40 10 48 3F 39
Octal 272 326 114 15 0 100 20 110 77 71
Binary 10111010 11010110 1001100 1101 0 1000000 10000 1001000 111111 111001

Color Harmonies of #BAD64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD64C

Black with #BAD64C

Text Example


Text Example

White with #BAD64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD64C; }

 p { color: rgb(186,214,76); }

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

background-color css

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

 a { background-color: rgb(186,214,76); }

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

border-color css

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

 span { border-color: rgb(186,214,76); }

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